Skip to content
Search
K
Main Navigation
Guide
Rest API
Wiki
Appearance
Menu
Return to top
Reset password using a reset token.
POST
/api/user/password-reset/confirm
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
{
"reset-token"
:
null
,
"password"
:
null
}
Responses
default
POST
/api/user/password-reset/confirm
Playground
Authorization
api_key
Body
Try it out
Samples
cURL
JavaScript
PHP
Python
cURL
JavaScript
PHP
Python