API Rate Limit Matrix
| Enforcement Level | Rate Limit | API List |
|---|---|---|
| account | 60 per minute | Analytics and Reporting APIs, Agent Creation APIs, Skills APIs, Skill Group APIs, Agent Group APIs, Contacts Public APIs, Import/Export Data APIs, Transfer Conversation APIs, Queue Management APIs, WFM APIs, Hours of Operation API, Voice Gateway APIs, Campaign Management APIs — see the full list in the Contact Center API documentation. |
Best Practices
- Spread out calls evenly to avoid traffic spikes.
- Use filters to limit the data response size and avoid calls that request overlapping data.
- When the limit has been reached, stop making API calls. Wait for the specific time period to pass. Alternatively, implement a backoff strategy where your application automatically reduces its request frequency and retries failed requests after a calculated delay.