This endpoint creates a new client (cliente) account on the EdgeTimer platform. After a successful registration, the client can immediately log in using theDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/JulietaEM/EdgeTimer/llms.txt
Use this file to discover all available pages before exploring further.
/auth/login endpoint. Barbers are pre-configured by the admin and cannot register through this endpoint.
Base URL
Request
POST /auth/register-client
Body parameters
Full name of the client.
Email address for the account. Automatically normalized to lowercase before storing.
Phone number. Optional contact information for the client.
Account password. Must be at least 6 characters long.
Examples
Response
201 Created
Confirmation message indicating that registration was successful.
The newly created client profile.
Example response
Error responses
| Status | Description |
|---|---|
409 Conflict | The email address is already registered to an existing account. |
400 Bad Request | A required field is missing, the email format is invalid, or the password is shorter than 6 characters. |
409 example
400 example
Barbers cannot self-register. Barber accounts are pre-configured by the EdgeTimer admin. Only client accounts can be created through this endpoint.