Forgot Password
Authentication
Forgot Password
Request a password reset email
POST
Forgot Password
Initiates the password reset process by sending a reset token to the user’s registered email address. The user can then use this token to set a new password.Documentation Index
Fetch the complete documentation index at: https://docs.contafy.com.mx/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
No authentication required.Request Body
Registered email address for the account that needs password reset.
Response
Success message confirming the reset email has been sent.
Example Request
Example Response
Error Responses
Error type identifier.
Human-readable error message.
Common Errors
400 Bad RequestNotes
- For security reasons, the API returns a success message regardless of whether the email exists
- Password reset tokens typically expire after 1 hour
- Rate limiting is applied to prevent abuse
- Only the most recent reset token is valid; requesting a new one invalidates previous tokens