Request Limits

To ensure good API performance, integrations will be subject to a throttling threshold.

The request limit on Skyhub is per endpoint and per API, so each API has the following limit:

Endpoint

Request Limit (per second)

Product

9

Orders

9

Other endpoints

1

If the integration exceeds this limit, HTTP error 429 will be returned.

When receiving the first HTTP error 429 we recommend that your integration wait for a new request window, so that you do not continue to incur the same error.

Last updated