Skip to content

Allows users to change their own password.

PATCH
/api/user/current/password

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Request Body

application/json
JSON
{
"oldPassword": "string",
"newPassword": "string"
}

Responses

Success

Playground

Authorization
Body

Samples

cURL
JavaScript
PHP
Python