Integration API quickstart
Rate-limiting & pagination
1min
we do not have hard rate limits at present however, we reserve the right to block unreasonable requests on a case by case basis a good rule of thumb is to make no more than 10 requests a second to ensure efficient performance and distribute system resources evenly, pagination is mandatory for all get endpoints that return multiple objects as of january 8, 2025 pagination is controlled using the following query parameters page\[size] specifies the number of records per page (maximum 500) page\[number] indicates the page number to retrieve example request get https //api brella io/api/integration/organizations/{organizationid}/events?page\[size]=50\&page\[number]=1 this request retrieves 50 records per page, starting with page 1