badge-checkVerify

This end point allows you to verify an OTP code using its request Id.

post
Authorizations
x-auth-tokenstringRequired
Body
codestringRequired

OTP Code

requestIdstringRequired

Request Id

operationstring · enumRequired

OTP type

Possible values:
Responses
chevron-right
201Success
application/json
post
/public/otp/verify
201Success

Endpoint: /public/otp/verify

Method: POST

Verify an OTP request.

Request Body:

  • code (string): The OTP code to verify.

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

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

Response:

  • status (enum): The status of the message for this recipient (SUCCESS, FAILED).

  • message (string): The content of the message that was sent.

  • recipient (string): The phone number of the recipient.

Last updated