Skip to main content
POST
POST
Sends a password-reset email to the provided address if an account exists. The response is identical regardless of whether the email is registered — this prevents email enumeration attacks.
The reset link expires after 24 hours.

Request Body

string
required
The email address associated with the account.

Response

boolean
Always true (even if the email is not registered).
string
Generic confirmation message.

Body

application/json
email
string<email>
required

Response

200

Reset email sent if account exists