Rate Limits
| Authentication Type | Rate Limit |
|---|---|
| API Key | 1,000 requests/minute |
| OAuth (Development) | 100 requests/minute |
| OAuth (Approved) | 10,000 requests/minute |
Handling Rate Limits
Best Practices
- Cache responses when possible to reduce API calls
- Use webhooks instead of polling for real-time updates
- Batch operations when the API supports it
- Monitor your rate limit headers proactively