Sign In with Phone Call Approval
Request Status
This endpoint retrieves the status of an ongoing authentication request using the provided request ID.
POST
/
auth
/
v1
/
status
Authorizations
clientId
string
headerrequiredclientSecret
string
headerrequiredBody
application/json
requestId
string
requiredThe unique request ID of the authentication process.
Response
200 - application/json
token
string
A token representing the completed transaction.
status
string
The status of the authentication.
completedAt
integer
The timestamp when the authentication was completed.
identities
object[]
Was this page helpful?