Skip to content

Request a password reset email

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

Request Body

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

Responses

Reset link sent

application/json
JSON
{
  
"message": "Reset link sent."
}

Playground

Body

Samples

Powered by VitePress OpenAPI