Reset Password
Authentication
Reset Password
Reset a user password using a reset token
POST
Reset Password
Resets a user’s password using the token sent to their email via the forgot password endpoint. This completes the password recovery process.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
Password reset token sent to the user’s email address. This token is typically included in the password reset link.
New password for the account. Should meet security requirements (minimum 8 characters recommended).
Response
Success message confirming the password has been reset.
Example Request
Example Response
Error Responses
Error type identifier.
Human-readable error message.
Common Errors
400 Bad RequestNotes
- Password reset tokens typically expire after 1 hour
- Once a token is used successfully, it becomes invalid
- After resetting the password, users should log in with their new credentials
- For security, all active sessions are terminated when the password is reset
- The new password cannot be the same as the old password