Send OTP via Exotel
Auth service
Send OTP
POST
Send OTP via Exotel
Dispatches a 6-digit code via Exotel SMS. Requires theDocumentation Index
Fetch the complete documentation index at: https://docs.handauncle.com/llms.txt
Use this file to discover all available pages before exploring further.
x-device-id header and an
E.164 formatted phone number in the JSON body.
Headers
| Header | Required | Description |
|---|---|---|
x-device-id | Yes | Unique device identifier |
x-platform | No | Platform type: ios, android, or web |
Request Body
Response
Error Codes
| Status | Description |
|---|---|
400 | Invalid phone format or validation error |
429 | Rate limit exceeded or cooldown period not met |
502 | Exotel API failure |
Headers
Unique identifier for the calling device or installation.
Minimum string length:
1Client platform (ios, android, web).
Available options:
ios, android, web Body
application/json
Phone number. Accepts 10-digit numbers (9876543210), numbers with country code (919876543210), or E.164 format (+919876543210). The +91 prefix is automatically added for 10-digit numbers.
Example:
"9876543210"