Request password-reset instructions
POST/v1/auth/password/forgot
Requests password-reset delivery for the supplied email address. The acknowledgement is intentionally neutral so callers cannot infer whether an account exists.
Request
Responses
- 200
- 400
- 403
- 429
- 500
Neutral acknowledgement that the request was accepted.
The email address or reset destination is malformed.
The browser origin or CSRF proof is invalid.
Too many password-reset requests were made in the current window.
An unexpected internal error occurred.