Verification Service API Documentation
/phone-service/verification
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The delivery method to use.
sms, email "sms""email"
Recipient's phone number in international format, no spaces or special characters. Required if method = sms.
6 - 20"436501234567"
Recipient's email address. Required if method = email.
A custom numeric OTP (3–10 digits). If omitted, a 6-digit OTP is auto-generated.
"123456"
Customer-defined transaction ID. Max length: 100 characters.
100"12312"
Optional template details for this verification.
Language code for OTP delivery (e.g., 'en-US'). Defaults to English if not provided.
"en-US"