Skip to content

Consume a reset token and set a new password

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

Request Body

application/json
JSON
{
  
"token": "string",
  
"newPassword": "string"
}

Responses

Password updated

application/json
JSON
{
  
"message": "Password updated."
}

Playground

Body

Samples

Powered by VitePress OpenAPI