POST
/
auth
/
register
/
email

Authorizations

Authorization
string
headerrequired

Access token

Body

application/json
email
string
required

A string representing the email address.

first_name
string
required

A string representing the first name.

last_name
string

A string representing the last name.

phone
string
required

A string representing the phone number.

otp_token
string

A string representing the OTP token.

Response

200 - application/json
message
string

A descriptive message confirming the success or failure of the Registration process.

success
boolean

Indicates whether the request was successful or failure (true for success, false for failure).

content
object

An object containing the response content.