Request password reset
POST/v1/auth/forgot-password
Requests a password reset for the given email. If the account exists, a 6-character alphanumeric reset code is created and sent by email. The response is always 202 and does not reveal whether the email exists. Rate-limited per email and IP.
Request
Responses
- 202
- 429
Generic accepted response
Too many attempts from this email/IP