v34

latestOpenAPI 3.1.0raw.githubusercontent.com2025-05-1961327.8 KB
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

uuidstring uuid

The UUID of the corresponding authentication.

phone_numberstring phone_number

An E.164 formatted phone number.

template_idstring

The template id associated with the message content variant to be sent.

correlation_idstring

A unique, user-defined identifier that will be included in webhook events.

created_atstring date-time

Example response

{
  "phone_number": "+1234567890",
  "events": [
    {
      "content": "Your code is 123456"
    }
  ]
}