Skip to main content

Initialize password reset process

POST/v2/users/self/credentials/actions/init-password-reset/
API version
v2
Request method
POST
Operation ID
user-init-password-reset

Request

Responses

Format
application/json
Description

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