Skip to main content

Confirm password reset

POST /v2/users/self/credentials/password/confirm-reset/
v2
POST
user-confirm-password-reset

Request

Responses

No response content specified.

Usage examples

$ curl \
--fail \
--location \
-X POST \
-d '{"password":"string","token":"string","userId":"f0f86186-0a5a-45b2-aa33-502777496347"}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v2/users/self/credentials/password/confirm-reset