Validate OTP
The Validate OTP Code endpoint allows you to verify One-Time Passwords (OTPs) generated by the “Request and Send OTP Code” endpoint. This endpoint performs comprehensive validation checks, ensuring the OTP hasn’t expired, matches the one sent to the user, and hasn’t been used before. This validation process is essential for secure authentication workflows, such as user registration, password resets, transaction confirmations, and account verifications. The response includes detailed validation status and relevant data, allowing applications to make informed decisions based on the authentication result. This endpoint is a critical component in implementing secure, two-factor authentication systems that protect user accounts and sensitive operations.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Response
The response is of type object
.
The response is of type object
.
The response is of type object
.