Register
Authentication
Register
Create a new user account
POST
Register
Registers a new user in the Contafy platform. After successful registration, a verification email is sent to the provided email address.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 email address. Must be a valid email format and unique in the system.
User’s password. Should meet security requirements (minimum 8 characters recommended).
User’s first name (optional).
User’s last name (optional).
User’s phone number (optional).
Response
Success message confirming registration.
The newly created user object.
Unique user identifier.
User’s email address.
User’s first name.
User’s last name.
User’s phone number.
Email verification status. Will be
false for newly registered users.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.