Skip to content

Change the authenticated customer's password

POST
/rest/v1/customer/me/password

Request Body

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

Responses

Password changed successfully

Playground

Body

Samples

Powered by VitePress OpenAPI