Skip to content

Request a password reset by email

POST
/api/user/password-reset

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Request Body

application/json
JSON
{
"email": null
}

Responses

Playground

Authorization
Body

Samples

cURL
JavaScript
PHP
Python