Skip to content

Confirm password reset

POST
/api/v1/auth/confirm-reset
curl --request POST \
--url https://example.com/api/v1/auth/confirm-reset \
--header 'Content-Type: application/json' \
--data '{}'

Confirms and applies a password reset with a valid token

Media type application/json
object
Example generated
{}

Password reset completed

Bad Request

Internal Server Error