API Rate Limit Matrix
| Enforcement Level | Rate Limit | API List |
|---|---|---|
| account | 60 per minute | Raw Data API, Auto QA Reporting API |
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.