Skip to content
Search
K
Main Navigation
Guide
Rest API
Wiki
Appearance
Menu
Return to top
Reset password using a reset token.
POST
/api/users/password-reset/confirmation
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
Type
API Key (header: X-CSRF-Token)
Request Body
application/json
Schema
JSON
JSON
{
"password"
:
"newpassword123"
,
"totpCode"
:
"720312"
,
"resetToken"
:
"96D2-DB1C-C203"
}
Responses
200
400
Success
POST
/api/users/password-reset/confirmation
Playground
Authorization
api_key
Body
Try it out
Samples
cURL
JavaScript
PHP
Python
cURL
JavaScript
PHP
Python