Colabra REST API
  • Introduction
  • Authentication
  • Rate limits
  • Status and error codes
  • Resources
    • Comments
    • Events
    • Tasks
    • Projects
Powered by GitBook
On this page

Rate limits

The REST API supports a limit of 30 requests per internal integration per workspace per minute.

Past the limit, the API will return a 429 Too Many Requests error.

All REST API responses include the X-Colabra-Api-Call-Limit header, which shows the total number of requests allowed, and the X-Colabra-Api-Call-Limit-Window header shows the total rate limit reset interval in seconds.

Header
X-Colabra-Api-Call-Limit: 30
X-Colabra-Api-Call-Limit-Window: 60
PreviousAuthenticationNextStatus and error codes

Last updated 2 months ago