To ensure that our products perform at consistently high service levels, we have set a rate limit. Rate limiting is enforced on a per-account basis and it is shared across all your licenses, integrations and tokens.

You can send thousands of requests per minute, so it is unlikely you will breach the rate limiting threshold, but if you do, then calls from any of your tokens will return an HTTP status code of 429 - Too Many Requests until the window resets and you can submit requests successfully once again.

To help prevent yourself from hitting these limits and to understand HTTP 429 - Too Many Requests further, the API returns headers which detail your current rate limit status.

Header Description
X-Rate-Limit-Limit The maximum number of requests a customer is allowed to make per minute.
X-Rate-Limit-Remaining The number of requests you have remaining in the current rate limit window.
X-Rate-Limit-Reset The time at which the current rate limit window resets. Expressed in UTC epoch seconds.

Speak to your Experian account manager for more information on these limits.

Related Resources