signal-strongStatus

This endpoint allows you to check the status of an OTP request (message) using its request Id.

get
Authorizations
x-auth-tokenstringRequired
Path parameters
requestIdstringRequired
Responses
chevron-right
200Success
application/json
get
/public/otp/status/{requestId}
200Success

Endpoint: /public/otp/status/{requestId}

Method: GET

Retrieve the status of an OTP request.

Parameters:

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

Response:

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

  • status (string): The status of the OTP request for the recipient.

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

  • fails (number): The number of times an OTP request failed to be sent.

  • retries (number): The number of times the OTP request was resent.

  • expired (boolean): The OTP request expiration state.

Last updated