Skip to main content

Version prefix

Every public API endpoint starts with /v2. The v1 version is legacy and not documented.

Authentication

All calls require the header:
See Authentication for details.

Dates and times

Dates in responses and payloads are ISO 8601 in UTC:
The product’s internal timezone is America/Sao_Paulo (UTC-3), but the API normalizes everything to UTC to avoid ambiguity.

Pagination

Large lists (tasks, clients, users, etc.) support pagination via query params:
The response includes metadata:

Error format

See Errors for the full structure.