Verify OTP

Validates an OTP entered by the end-user against the OTP previously generated and sent for the given mobile number.

Response Codes

| Code | Meaning | |------|---------| | 101 | OTP validated successfully | | 102 | OTP has expired | | 103 | No matching OTP entry found | | 104 | MSISDN not found | | 1702 | One of the parameters is missing, or OTP is not numeric | | 1703 | Authentication failed | | 1706 | Given destination is invalid |

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

Account username.

string
required

Account password.

string
required

Mobile number the OTP was originally sent to.

string
required

OTP value entered by the end-user, to be verified.

Responses

400

Bad request — one or more parameters are missing or invalid.

401

Unauthorized — invalid username or password.

500

Internal server error.

Language
Credentials
Query
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain