arrow-rotate-rightResend

This endpoint allows you to resend the OTP request (message) using its request Id and a resend token.

post
Authorizations
x-auth-tokenstringRequired
Body
requestIdstringRequired
resendTokenstringRequired
operationstring · enumRequiredPossible values:
Responses
chevron-right
201Success
application/json
post
/public/otp/resend
201Success

Endpoint: /public/otp/resend

Method: POST

Resend an OTP request.

Request Body:

  • requestId (string): The unique identifier of the OTP request.

  • resendToken (string): The token used to resend the OTP request.

  • operation (enum): The type of the operation (CODE, VOICE, FLASH_CALL)

Response:

  • requestId (string): The unique identifier of the OTP request.

  • resendToken (string): The token used to resend the OTP request.

  • remainingRetries (number): The number of times left to resend the OTP.

  • expiration (number): The Expiration period of the OTP code.

Last updated