forgot_password auth
POST/v1/auth/forgot-password
Request a password-reset OTP for the given email. Always returns 200 with the same generic message regardless of whether the account exists, to prevent account enumeration. Per-email and per-IP rate limits apply.
Request
Responses
- 200
- 400
- 429
Generic acknowledgement. Returned whether or not an account exists for the supplied email.
bad_request: Invalid input
Too many forgot-password requests for this email or IP.