v1

latestOpenAPI 3.0.02026-07-26592893.0 KB

Resend 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

mobilestring required

10-digit Indian mobile number.

Example request

{
  "mobile": "9999999999"
}

Response

OTP resent successfully

returnboolean
status_codeinteger
request_idstring
messagestring

Example response

{
  "return": true,
  "status_code": 200,
  "request_id": "lwdtp7cjyqxvfe9",
  "message": "OTP sent successfully"
}