> ## Documentation Index
> Fetch the complete documentation index at: https://docs.elumenta.ru/llms.txt
> Use this file to discover all available pages before exploring further.

# Forgot Password

> Request a password reset link

```json theme={null}
{ "email": "user@example.com" }
```

Always returns `200 OK` (prevents user enumeration). Reset link expires in 1 hour.

Then reset the password:

```bash theme={null}
POST /api/v2/auth/reset-password
{"token": "from_email", "new_password": "new_secure_password"}
```
