v1
latestOpenAPI 3.0.02026-07-26592893.0 KBResend OTP
Resend the last OTP sent to the mobile number. This is allowed within a 10-minute window and capped at 5 attempts.
post/dev/otp/resend
Headers
Authorizationstring required
Provide "YOUR_API_KEY".
Request body
Example request
{
"mobile": "9999999999"
}Response
OTP resent successfully
Example response
{
"return": true,
"status_code": 200,
"request_id": "lwdtp7cjyqxvfe9",
"message": "OTP sent successfully"
}