Asset applies rate limits to API requests to ensure reliable performance across our Platform. Rate limits protect the system from sudden spikes in traffic, ensuring consistent availability and response times for everyone.
Asset enforces the following API rate limits:
Limits are applied independently at the Tenant and Business levels, preventing heavy usage in one area from affecting others.
Every API response includes headers to help you monitor your usage and stay within rate limits:
Header | Description |
---|---|
x-ratelimit-limit | The maximum number of requests permitted per minute. |
x-ratelimit-remaining | The number of requests remaining in the current time window. |
x-ratelimit-reset | The time (in UNIX timestamp format) when the rate limit resets. |
Using these headers, your application can manage its request patterns.
If you exceed these limits, Asset APIs return:
The response body will include a clear message indicating you’ve reached your limit.
To ensure optimal performance and avoid exceeding rate limits, we recommend:
If you have questions or anticipate higher usage needs, contact Asset support—we’re here to help.