Base URL
{projectId} segment after the base:
{projectId} with the ID of the project you want to query. Your PAT must have access to that project.
What’s covered
API standards
Every endpoint follows the same patterns for authentication, pagination, date filtering, and errors. Read API Standards once and you won’t need to re-read it per endpoint.Authentication
Bearer PAT, scoped to your projects.
Rate limits
100/min token, 200/min IP.
Response format
Success and error envelope shape.
Errors
Codes, statuses, retry guidance.
Pagination
page / limit iteration.Date filtering
dateRange or startDate/endDate.