Skip to content

Change password

POST
/api/v1/customer/auth/change-password/

Authorizations

shopperToken

The shopper's access token from the shopper authentication endpoints. Required for cart, checkout, orders, and account actions.

Type
HTTP (bearer)

Request Body

application/json
JSON
{
  
"current_password": "string",
  
"new_password": "string",
  
"new_password_confirm": "string"
}

Responses

Password changed.

application/json
JSON
"string"

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI

© Periscale