Login & Register
Verify otp
POST
/
auth
/
verify-otp
Authorizations
Authorization
string
headerrequiredAccess token
Body
application/json
otp
string
requiredA string representing the one-time password.
otp_token
string
requiredA string representing the OTP token.
otp_action
enum<string>
requiredA string indicating the action to be performed.
Available options:
login
, register
, reset-password
, verify-phone
, verify-email
, update-phone
, update-email
Response
200 - application/json
message
string
A string providing additional information about the response.
success
boolean
A boolean indicating whether the operation was successful or not.
content
object
An object containing the response content.