Endpoints
Get authentication status
GET
/
authentication
/
{auth_uuid}
Authorizations
x-api-key
string
headerrequiredPath Parameters
auth_uuid
string
requiredThe UUID of the authentication.
Response
200 - application/json
uuid
string
The UUID of the corresponding authentication.
phone_number
string
An E.164 formatted phone number.
template_id
string
The template id associated with the message content variant to be sent.
correlation_id
string
A unique, user-defined identifier that will be included in webhook events.
created_at
string
signals
object
Signals are data points used to distinguish between fraudulent and legitimate users.
events
object[]
Represents a collection of events that occur during the authentication process. Each event captures specific actions and outcomes related to the authentication attempts, checks, delivery statuses, and balance updates. The array can contain different types of events, each with its own structure and properties.
Was this page helpful?