Forgot Password
URL:
Method: POST
https://saasapi.igainapp.in/v1/forgotpass.php/forgotpassword
Request Parameters
| Parameter | Type | Position | # | Description |
|---|---|---|---|---|
| Authorization | string |
Header |
Required |
Authorization is the Enrypted Company API KEY |
string |
Body |
Required |
Email Address |
Sample Request Body
{
"email":"nileshchoudhari91@gmail.com"
}
Sample Request Response
{
"errorcode": 1001,
"message": "Ok"
}
Error Codes
| Error Code | Description |
|---|---|
| 3121 | Required field(s) is missing or empty |
| 3120 | Email address is not valid |
| 2003 | User doesn't exist |
| 1001 | OK |