Rate limiting

To ensure API stability we expect partners to not exceed the rate limits of any exposed endpoint. The rate limits are calculated over all requests of a specific partner.

If you exceed the limits, the server will respond to your requests with an HTTP status code 429 Too Many Requests. In such a case, do not send more requests until you get below the rate limits.

Provider rate limits

Endpoint

Rate Limit

Endpoint

Rate Limit

GET

/v1/updates/listings

1 req/sec

GET

/v1/updates/pricing

1 req/sec

GET

/v1/listings/{listingId}

10 req/sec

GET

/v1/listings/{listingId}/unit-types/{unitTypeId}/pricing

10 req/sec