Change customer password
POST/customers/ {customerNumber}/ actions/ change-password/ 
v1
POST
changeCustomerPassword
Request
Responses
Usage examples
- cURL
 
$ 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