URL: v3/api/password/email
Method: post
Response Format: JSON
Description : Sends set password link to the given email ID if that email is register
Parameters:
| Name | Data Type | Required / Optional | Description |
| String | Required | Password reset token which is sent as email |
Response:
{
"success": true,
"message": "We can't find a user with that email address."
}