POST
/
auth
/
register
/
password

Authorizations

Authorization
string
headerrequired

Access token

Body

application/json
country_code
string

Two-letter code begin with a plus sign prefix that identifies different countries. By default it will be +91 if not provided. Use this key along with phone only. Not necessary for email.

phone
string
required

10 digit phone number without country code.

email
string
required

A string representing the email address.

password
string
required

A string representing the user's chosen password.

confirm_password
string
required

A string representing the confirmation of the chosen password.

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.