Verify a challenge to a user’s mobile device. Use this endpoint from the app which initiated the challenge to determine if the user approved or rejected the request (e.g. via polling).
cURL
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>" }
OK
The response is of type object.
object
Was this page helpful?