How it works
Exceeding the app limit of requests results in a 429 HTTP response, which will keep you from performing the action you’re attempting. You can view the following information in the header:- x-ratelimit-limit = nb. of calls your App can perform
- x-ratelimit-remaining = nb. of calls remaining, gets reset to 250 every minute
- x-ratelimit-reset = timestamp

How to avoid rate limits?For the best experience, while using the Criteo API, we strongly encourage our API partners to use throttling mechanisms that allow spreading the number of calls in a larger timeframe.