Request Password Reset Email
POST/api/password/email
Sends a password-reset link to the supplied email address if an account exists for it. This is a public, unauthenticated endpoint. Returns a confirmation message on success, or a validation error if the email is missing/invalid or no account matches.
Request
Responses
- 200
- 422
- 429
OK
Response Headers
Content-Type
Unprocessable Entity
Response Headers
Content-Type
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.