Skip to main content

Request a password-reset email

POST 

/auth/forgot-password

Sends a password-reset link to the provided email (single-use, 60 min expiry). Response is always 202 whether or not the email exists (to prevent user enumeration). Public endpoint, throttled to 5/min/IP.

Request

Responses

Accepted — if an account exists, an email has been sent.