Documentation Index
Fetch the complete documentation index at: https://developers.tarefy.com/llms.txt
Use this file to discover all available pages before exploring further.
Conventions
The API uses standard HTTP status codes. The response body is JSON withmessage and optionally code / errors:
Most common codes
| Status | When it occurs |
|---|---|
| 200 | Success |
| 201 | Resource created |
| 204 | Success with no content (e.g. delete) |
| 400 | Bad request — malformed payload or invalid data |
| 401 | Not authenticated (missing, invalid or expired token) |
| 402 | Payment required — subscription expired |
| 403 | No permission for this endpoint |
| 404 | Resource not found |
| 422 | Validation failed — body has errors per field |
| 429 | Rate limit — slow down |
| 500 | Internal error — retry; if it persists, contact support |

