Overview
This endpoint verifies OTPs generated by the “Request and Send OTP Code” endpoint. It allows you to validate whether the OTP code provided by a user matches the one that was sent.
Request Parameters
The OTP code to validate. Example: “123456”
Response
Indicates whether the request was successful.
A message describing the result of the operation.
The OTP code that was validated.
Indicates whether the OTP code was successfully validated.
The timestamp when the validation was triggered.
Error Codes
Authorization Exception - Occurs when the request is not properly authorized.
Validation Exception - Occurs when the request parameters fail validation.
Bearer authentication header of the form Bearer <token> , where <token> is your auth token.
Required string length: 10 - 50
Required string length: 4 - 8
Option 1
ValidateOtpCodeResource
The response is of type object .