Skip to main content
POST
Resend OTP after cooldown
Sends another OTP after the cooldown window expires (default 60 seconds). Requires the same headers and body format as /api/v1/auth/send-otp.

Headers

Request Body

Response

Error Codes

Headers

x-device-id
string
required

Unique identifier for the calling device or installation.

Minimum string length: 1
x-platform
enum<string>

Client platform (ios, android, web).

Available options:
ios,
android,
web

Body

application/json
phone
string
required

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"

Response

OTP resent

success
enum<boolean>
required
Available options:
true
data
object
required
meta
object
required