Zum Hauptinhalt springen

Initialize password reset process

POST /v2/users/self/credentials/actions/init-password-reset/
v2
POST
user-init-password-reset

Request

Responses

application/json

The password reset process has been initialized and an email with confirmation code has been sent.

    Usage examples

    $ curl \
    --fail \
    --location \
    -X POST \
    -d '{"email":"a.lovelace@example.com"}' \
    -H "Authorization: Bearer $MITTWALD_API_TOKEN" \
    -H 'Content-Type: application/json' \
    https://api.mittwald.de/v2/users/self/credentials/actions/init-password-reset