OTP
Get authentication status
Get the status of an authentication.
get/authentication/{auth_uuid}
Path parameters
auth_uuidstring uuid required
The UUID of the authentication.
Response
OK
Example response
{
"phone_number": "+1234567890",
"events": [
{
"content": "Your code is 123456"
}
]
}