Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
otp_id
string
required

The OTP ID you received when sending the OTP

Example:

"otp_1234567890"

otp
string
required

The OTP inputted by the user

Example:

"123456"

Response

Verify an OTP

id
string
required
Example:

"req_xxxxxxxxxxxxxxxx"

timestamp
number
required
Example:

1765397289220

api_version
string
required
Example:

"v2025.12.10"

object
string
required
Example:

"response"

data
object
required