Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Confirm email address and reset password
curl -X POST https://elumenta.ru/api/v2/auth/verify-email \ -H "Content-Type: application/json" \ -d '{"token": "token_from_email_link"}'
200 OK
curl -X POST https://elumenta.ru/api/v2/auth/forgot-password \ -H "Content-Type: application/json" \ -d '{"email": "user@example.com"}'
curl -X POST https://elumenta.ru/api/v2/auth/reset-password \ -H "Content-Type: application/json" \ -d '{"token": "token_from_email", "new_password": "newSecurePass123"}'