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.
X-Colabra-Api-Call-Limit: 30
X-Colabra-Api-Call-Limit-Window: 60
Last updated