v1

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-25173140700.7 KB
Auth

Request a password reset

Send a password reset link if the account exists; always succeeds to prevent enumeration.

post/auth/request-password-reset

Headers

originstring nullable

Request body

emailstring email required

Email address of the account to send a reset link to.

Example request

{
  "email": "jane.doe@example.com"
}

Response

Successful Response