Skip to content

Request a password reset email

POST
/rest/v1/auth/customer/forgot-password

Request Body

application/json
JSON
{
  
"email": "string"
}

Responses

Accepted — the same response is returned whether or not an account exists for the email

application/json
JSON
{
  
"message": "If an account exists for this email, a reset link has been sent."
}

Playground

Body

Samples

Powered by VitePress OpenAPI