ReDoc documentation

customers/password

customers/password

put/V1/customers/password

Send an email to the customer with a password reset link.

Request
Request Body schema:
email
required
string
template
required
string
websiteId
integer
Responses
200

200 Success.

500

Internal Server error

default

Unexpected error

Request samples
{
  • "email": "string",
  • "template": "string",
  • "websiteId": 0
}
Response samples
true