Trigger a password reset email for the specified address. The email contains a link with a reset token. Use that token in theDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/eggarcia98/auth-backend/llms.txt
Use this file to discover all available pages before exploring further.
Authorization header when calling Reset password.
For security reasons, this endpoint always returns a success response regardless of whether the email address is registered.
Request
POST /api/v1/auth/forgot-password
No authentication required.
Body
The email address of the account to reset the password for. Must be a valid email format.
Response
Indicates whether the request succeeded. Always
true on success.Examples
Success response
200
Error responses
400