POST
/
challenge
/
push
Start Push Challenge
curl --request POST \
  --url https://api.authsignal.com/v1/client/challenge/push
{
  "challengeId": "<string>"
}

Response

OK

challengeId
string
required

The ID of the challenge which has been initiated. Use this ID to lookup whether the challenge has been approved or rejected by the user on their mobile device (e.g. via polling).