Objective:
- How are Bulk Requests Calculated in Terms of Rate Limits?
- Does the Location header from a Bulk Action request effect the Rate Limit?
Environment:
- Clio's API v4
Additional Information:
Each API call will return Rate Limit headers which give insight into the current Rate Limit Status, for more information see: What Are The Rate Limit Headers Returned After Each API Call?
On how Rate Limits are calculated please see the following Article: How are Rate Limits calculated?
Answer:
A bulk request will reduce the remaining request by 1 just like a normal request would.
Polling the URL found in the “Location” header does not count towards your Rate Limit.