Skip to main content
POST
Forgot Password
Sends a password reset link to the provided email address. To prevent email enumeration attacks, this endpoint always returns a success response regardless of whether the email exists in the system.

Auth

None required.

Rate Limit

20 requests per minute per IP.

Request Body

string
required
The email address associated with the account.

Response

string
Confirmation message. Always returns success to prevent email enumeration.

Example