POST /api/v1/forgot-password
No authentication required.
Initiates the password reset flow. A one-time reset token is generated and sent to the provided email address.
This endpoint always returns
{ "sent": true } regardless of whether the email address is registered. This prevents account enumeration.Request body
Email address of the account to reset. Must be in valid email format.
Response
Always
true.Errors
| Status | When |
|---|---|
400 | The email field is missing or not a valid email format |