Added

Rate limiting on report endpoints

Report endpoints are now rate limited. Each account may make up to 5 requests per minute, and there is a shared ceiling of 10 requests per 10 seconds across all report traffic. When a limit is exceeded the API responds with 429 Too Many Requests and x-ratelimit-limit / x-ratelimit-remaining headers.

Affected endpoints:

  • GET /reports/people/:personId
  • GET /reports/projects/:projectId