Ask the Community
Groups
BMS API throttling policy - Connect IT Community | Kaseya
<main> <article class="userContent"> <p><strong>Question</strong>: What is the BMS API limit per endpoint?</p> <p><strong>Answer</strong>: The API limit is 500 requests/hour/endpoint. If your company performs high volume requests, paging can be used to bundle up to 100 objects per request. This results in a capacity of 50,000 objects/hour/endpoint.</p> <p>We strongly advise implementing paging or batch actions in your code to make use of the API efficiently. Call APIs in batches and use Paging and Skip and Top features.</p> <p>Paging is described in the API documentation - <a rel="nofollow" href="/home/leaving?allowTrusted=1&target=https%3A%2F%2Fbms.kaseya.com%2Fapi%23filter-sort-and-paging-expressions-supported-paging-expressions">https://bms.kaseya.com/api#filter-sort-and-paging-expressions-supported-paging-expressions</a> </p> <p><em><strong>Note</strong> </em>: This policy is applicable to all endpoints except RMM Integrator endpoints.</p> </article> </main>