Skip to content

Reset password

POST
/auth/reset-password

Request Body

application/json
JSON
{
"email": "string"
}

Responses

OK

application/json
JSON
{
"ok": true
}

Playground

Server
Body

Samples

cURL
JavaScript
PHP
Python