POST
/
auth
/
login
/
password

Authorizations

Authorization
string
headerrequired

Access token

Body

application/json
email
string

User's email address.

phone
string

User's phone number.

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. Not necessary for email.

password
string
required

The password associated with the user's account.

Response

200 - application/json
message
string

A descriptive message confirming the success or failure of the Login 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.