Skip to main content
POST
Request a password reset link
Requests a password-reset link. Always returns 200 with a generic message, whether or not the account exists — no user enumeration. If the account does exist, a single-use reset token is created and a reset link is emailed to the user; the link’s token is consumed by POST /auth/reset-password.

Body Parameters

Example Request

Example Response

Authorizations

Authorization
string
header
required

Body

application/json
email
string<email>
required

Response

Generic acknowledgement (sent regardless of account existence).

message
string