POST
/
verify
/
push
curl --request POST \
  --url https://api.authsignal.com/v1/client/verify/push \
  --header 'Content-Type: application/json' \
  --data '{
  "challengeId": "<string>"
}'
{
  "isVerified": true,
  "isConsumed": true,
  "accessToken": "<string>"
}

Body

application/json

Response

200
application/json

OK

The response is of type object.