Description
Generates a forgot password email and sends it to the customer's email address.
Parameters
Name | Data Type | Required / Optional | Description |
---|---|---|---|
auth-userid | Integer | Required | Authentication Parameter |
api-key | String | Required | Authentication Parameter |
username | String | Required | Username of the customer |
HTTP Method
GET
Example Test URL Request
https://test.httpapi.com/api/customers/forgot-password.xml?auth-userid=0&api-key=key&username=0
Response
Returns true (Boolean) if the forgot password email was sent.