Verification Service API Documentation
For a usage description of the Verification Service, please refer to the Verification page.Documentation Index
Fetch the complete documentation index at: https://umbrella-docs.info/llms.txt
Use this file to discover all available pages before exploring further.
/phone-service/verification
Bearer token obtained from POST /auth. Valid for 60 minutes.
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^[0-9]+$"436501234567"
Recipient's email address. Required if method = email.
"test@test.com"
A custom numeric OTP (3–10 digits). If omitted, a 6-digit OTP is auto-generated.
^[0-9]{3,10}$"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"