Skip to content

Reset password with token

POST
/auth/reset-password

Сброс пароля по токену из email. Все сессии пользователя аннулируются.

Request Body

application/json
JSON
{
  
"token": "string",
  
"password": "string"
}

Responses

Password reset successfully

application/json
JSON
{
  
"data": {
  
  
"reset": true
  
}
}

Playground

Server
Body

Samples

Powered by VitePress OpenAPI