Sign In with OTP
Verify OTP
This endpoint verifies the OTP sent to the user for authentication.
POST
/
auth
/
v1
/
verify
/
otp
Authorizations
clientId
string
headerrequiredclientSecret
string
headerrequiredBody
application/json
requestId
string
requiredThe unique identifier of the OTP request to be verified.
otp
string
requiredThe OTP provided by the user for verification.
Response
200 - application/json
requestId
string
The unique identifier of the OTP request.
isOTPVerified
boolean
Indicates whether the OTP was successfully verified.
message
string
A message indicating the successful verification of the OTP.
Was this page helpful?