Request a password reset
POST/v1/authentication/password/forgot
Accepts the recovery request without disclosing whether the email is registered.
Request
Responses
- 200
- 400
- 429
- 500
Returns the resulting authentication acknowledgement representation after request a password reset completes.
The request is malformed or violates the documented input constraints.
The endpoint rate limit was exceeded; retry only after the configured throttling window.
An unexpected internal error occurred.