POST
/
auth
/
forgot-password

Authorizations

Authorization
string
headerrequired

Access token

Body

application/json
email
string

A string representing the email address.

phone
string

10 digit phone number without country code.

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.

Response

200 - application/json
message
string

A descriptive message confirming the success or failure of the operation.

success
boolean

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

content
object

An object containing the response content.