Skip to main content
Requires access token from sign in

Endpoint

POST /auth/otp/resend

Headers

Authorization: Bearer ACCESS_TOKEN

Response

{
  "success": true,
  "data": {
    "message": "OTP resent successfully"
  }
}
Rate limited to prevent abuse.