Get authentication status
GET/verification-srv/verificationstatus/:status_id
This API retrieves the current status of an authentication request. It should be polled continuously to check the authentication status.
Use Cases:
- Check the status of asynchronous authentication methods (Push, TouchID, Face, Pattern)
- Monitor authentication progress during multi-step flows
- Determine when authentication is complete to proceed with login
Status Values:
INITIATED- Authentication has been initiated but not yet completedPUSH_ACKNOWLEDGED- Push notification has been acknowledged by the userALLOWED- User has allowed the authentication requestDENIED- User has denied the authentication requestCANCELLED- Authentication request has been cancelledAUTHENTICATED- Authentication has been successfully completed
Note: This is a public endpoint that does not require authentication. The status_id is obtained from the authentication initiation or verification response.
Request
Responses
- 200
- 400
- 404
Success
Bad Request
Not Found