POST
/
auth
/
verify-otp

Authorizations

Authorization
string
headerrequired

Access token

Body

application/json
otp
string
required

A string representing the one-time password.

otp_token
string
required

A string representing the OTP token.

otp_action
enum<string>
required

A 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.