Forgot password if unable to log in
This api is for Forgot password if unable to log in
REST
Headers
Fields | Type | Description | Example | O/M | Data Management |
---|---|---|---|---|---|
URL | string | /v1/authenticate/forgotPassword | M | ||
METHOD | string | POST | M | ||
content-type | string | JSON | application/json | M | |
x-access-token | string | Session token with validity | token | M |
Request
{
"email":"abc@xyz.com"
}
Success
{"success": true}
Error
{"error":"Error message"}