Check OTP Verification

Validates the received OTP from your user with the check code returned from the Send OTP code API.
If the codes match, then the OTP is validated, and the recipient’s phone number or email address is successfully verified.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
🚧

Deprecation notice

This base URL will be deprecated by 1/5/2023
https://apis.cequens.com/verify

please use the following base URL instead in your implementation:
https://apis.cequens.com/mfa

Success Response - 200

ParameterDesc
statusA number represents http status code.
replyMessageA string represents whether the request is executed successfully or not.
requestIdA string represents a unique identifier for the request.
requestTimeA string represents the datetime for the request.
data.otpPasscodeStatusA number that represents the OTP status. All possible values are:
  • *1** = (Passcode verified) -The combination of Checkcode and OTP code are matched.
  • 2 *= (Invalid Passcode) - The combination of Checkcode and OTP code are not matched.
  • 0 *= (Expired Passcode) - The OTP code is validated after it is expired.
Body Params
string
required

OTP passcode received by end-user

string
required

Checkcode value returned from “SendVerifcation“ API

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json