Skip to main content
Version: API v1

Change customer password

POST /v1/customers/{customerNumber}/actions/change-password/
v1
POST
changeCustomerPassword

Request

  • customerNumberstring
    required

    Customer number

Responses

No response content specified.

Usage examples

$ curl \
--fail \
--location \
-X POST \
-d '{"password":"string"}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v1/customers/string/actions/change-password