Skip to main content

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 completed
  • PUSH_ACKNOWLEDGED - Push notification has been acknowledged by the user
  • ALLOWED - User has allowed the authentication request
  • DENIED - User has denied the authentication request
  • CANCELLED - Authentication request has been cancelled
  • AUTHENTICATED - 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

Success