Objective:
- Do Rate Limits Apply per Endpoint?
- Do Rate Limits Apply per User Token or Access Token
Environment:
- Clio's API v4
Additional Information:
Each API call will return Rate Limit headers which give information such as how many requests are left in the window, and in which window the requests are being made in. Please see the following article for more details: What Are The Rate Limit Headers Returned After Each API Call?
Answer:
Rate Limits apply not on individual Endpoints but on the User Token or Access Token itself. As such, a Rate Limit of 50 requests would imply that there can only be 50 requests made using a particular token during the 60-second window.