POST
/
auth
/
register
/
phone

Authorizations

Authorization
string
headerrequired

Access token

Body

application/json
country_code
enum<string>

Two-letter code begin with a plus sign prefix that identifies different countries. By default it will be +91 if not provided.

Available options:
+91
phone
string
required

10 digit phone number without country code.

first_name
string
required

A string representing the first name.

last_name
string

A string representing the last name.

email
string
required

A string representing the email address.

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.