Request Limits
Asset enforces the following API rate limits:- Tenant-level requests: 300 requests per minute
- Business-level requests: 300 requests per minute
API Response Headers
Every API response includes headers to help you monitor your usage and stay within rate limits:
Using these headers, your application can manage its request patterns.
Exceeding Rate Limits
If you exceed these limits, Asset APIs return:- HTTP status code: 429 Too Many Requests
Managing Your Requests
To ensure optimal performance and avoid exceeding rate limits, we recommend:- Monitoring the rate-limit headers returned with each response to proactively manage your usage.
- Implementing retry mechanisms with exponential backoff.
- Spacing requests evenly and batching API calls whenever possible.
Questions? Reach out via our Contact form.