Skip to content

Reset password using a reset token.

POST
/api/users/password-reset/confirmation

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Request Body

application/json
JSON
{
"password": "newpassword123",
"totpCode": "720312",
"resetToken": "96D2-DB1C-C203"
}

Responses

Success

Playground

Authorization
Body

Samples

cURL
JavaScript
PHP
Python