Rate Limits
Understanding Limits
Plan
Requests per Hour
Per End-Customer
Rate Limit Headers
Header
Description
Example
< X-RateLimit-Limit: 1000
< X-RateLimit-Remaining: 742
< X-RateLimit-Reset: 1706616000Handling 429 Errors
Implementing Exponential Backoff
Best Practices
1. Cache Responses
Endpoint
Cache Duration
2. Batch Requests Where Possible
3. Use Sparse Fieldsets
4. Monitor Your Usage
5. Implement Circuit Breakers
Increasing Your Limits
Last updated
