Sign In with OTP
Verify OTP
This endpoint verifies the OTP sent to the user for authentication.
POST
Body
application/json
The unique identifier of the OTP request to be verified.
Example:
"unique_request_id"
The OTP provided by the user for verification.
Example:
"OTP"
Response
200
application/json
OTP verified successfully
The unique identifier of the OTP request.
Example:
"unique_request_id"
Indicates whether the OTP was successfully verified.
Example:
true
A message indicating the successful verification of the OTP.
Example:
"OTP verified successfully"
Was this page helpful?