Resend OTP after cooldown
Auth service
Resend OTP
POST
Resend OTP after cooldown
Sends another OTP after the cooldown window expires (default 60 seconds). Requires the same headers and body format asDocumentation Index
Fetch the complete documentation index at: https://docs.handauncle.com/llms.txt
Use this file to discover all available pages before exploring further.
/api/v1/auth/send-otp.
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 | Cooldown period not met (wait before resending) |
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"