API Limitations

Current limits of usage

We have implement multiple limits to make sure that the platform is stable and secure for everybody, please find those limits below.

One way to avoid being limited will be to make less API calls or paginate them correctly.

🚧

Hard limits

Max query time

The default time limit is 30 secs, every call that is taking more than that will be automatically cut and end up with a HTTP 504

Max payload size

Any response sent by the API could not be bigger than 10 Mo. If the payload size is more, you will get an API response HTTP 412

Max number of request

By default, we protect our API by implementing rate limit. You will not be able to make more than 1000 request per 5 minutes. If you reach this limit you will get an API response HTTP 403