Skip to content

Request password reset

POST
/auth/forgot-password

Запрос сброса пароля. Отправляет email со ссылкой.
Всегда возвращает success для защиты от перебора email.

Request Body

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

Responses

Reset email sent (or silently ignored if email not found)

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

Playground

Server
Body

Samples

Powered by VitePress OpenAPI