Skip to main content
Version: API v1

Change account password

POST /v1/accounts/{account}/actions/change-password/
v1
POST
changeAccountPassword

Request

  • accountstring
    required

    A account ID or name

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/accounts/string/actions/change-password