Login

Request Password Reset

Public endpoint — user requests a reset email for their address.

Always returns 200 with the same message so the endpoint cannot be used to enumerate which emails are registered. Throttled per-account: if a token was issued in the last 60 seconds, we don't reissue/email again.

post/api/password-reset/request

Request body

emailstring required

Response

Successful Response

{"stackTrail":"paths:/api/password-reset/request:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.