Send an email to the customer with a password reset link
Send an email to the customer with a password reset link.
PUT /V1/customers/password
curl \
-X PUT https://magento2.winkelstraat.mac/rest/all/V1/customers/password \
-d '{"email":"string","template":"string","websiteId":42}'
Request examples
{
"email": "string",
"template": "string",
"websiteId": 42
}
Response examples (200)
true
Response examples (500)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
Response examples (default)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}