POSTDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/RafaeltiMoreira/mais-habito-api/llms.txt
Use this file to discover all available pages before exploring further.
/api/auth/signup
No authentication required.
Request body
The user’s display name.
The user’s email address. Must be unique across all accounts.
The user’s password. Minimum 6 characters.
Example
Response
201 CreatedA signed JWT valid for 30 days. Include this token in the
Authorization header for authenticated requests.Example response
Errors
| Status | Description |
|---|---|
400 | Email is already in use, or request body fails validation. |
500 | Internal server error. |