Push
Verify Push Challenge
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).
POST
/
verify
/
push
Body
application/json
challengeId
string
requiredThe challenge ID returned when starting the push challenge.
Response
200 - application/json
isVerified
boolean
requiredTrue if the user approved the auth request on their mobile device. False if they rejected the request.
isConsumed
boolean
requiredTrue if the user has either approved or rejected the auth request. False if they have not yet responded to the request.
accessToken
string
A new short-term token with scopes to manage authenticators (e.g. add secondary authenticators, remove authenticators, view or regenerate recovery codes). Only present if the challenge succeeded.
Was this page helpful?