Login
Authentication
Login
Authenticate a user and obtain access tokens
POST
Login
Authenticates a user with email and password credentials. Returns access and refresh tokens for subsequent authenticated requests.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
User’s registered email address.
User’s password.
Response
Success message confirming authentication.
JWT access token for authenticating API requests. Include this in the
Authorization header as Bearer {accessToken}.JWT refresh token for obtaining new access tokens when they expire.
The authenticated user’s information.
Unique user identifier.
User’s email address.
User’s first name.
User’s last name.
User’s phone number.
Email verification status.
Version of the product tour completed by the user.
Timestamp when the tour was completed.
Example Request
Example Response
Error Responses
Error type identifier.
Human-readable error message.