Skip to main content

Rate limit

To ensure stability and fair usage of our API, we enforce rate limits on specific endpoints. This document details the current thresholds and how they are evaluated.

Current limits

The API applies a rate limit of 100 requests per 60 seconds per API key.

This limit is enforced on GET requests for the following endpoints:

  • /api/public/v3/sales_orders
  • /api/public/v3/shipments
info

If you exceed the allowed limit within a 60-second window, the API will block subsequent requests and return an HTTP 429 Too Many Requests status code.