Skip to content

Confirm reset password

POST
/auth/reset-password/confirm

Request Body

application/json
JSON
{
"email": "string",
"newPassword": "string",
"otp": "string"
}

Responses

OK

application/json
JSON
{
"ok": true
}

Playground

Server
Body

Samples

cURL
JavaScript
PHP
Python