Request password reset email
Auth
Request password reset email
Sends a password reset email if the account exists. Always returns 200 regardless of whether the email is registered (prevents user enumeration). The reset token is valid for 1 hour. Maximum 3 active tokens per user.
POST
Request password reset email
Documentation Index
Fetch the complete documentation index at: https://docs.cyberun.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
Email address of the account to reset. A reset link is sent if the account exists.
Example:
"alice@example.com"
Response
If the email exists, a reset link has been sent
Always true when the action completed successfully.
Example:
true
