Skip to main content

API Reference

API Rate Limits

To ensure the stability and reliability of the Cobra Connect Distribution platform, we implement rate limiting on all API endpoints. Limits are applied per IP address and/or per API Key.

Limit Schedule

ScopeSandboxProductionReset Period
Global Requests
Standard REST API endpoints
60 req/min1,000 req/min60s Sliding Window
Search & Catalog
Product listings, search queries
30 req/min300 req/min60s Sliding Window
Ordering (Write)
POST /orders, mutations
10 req/min50 req/min60s Fixed Window

Headers

Every API response includes user-friendly headers to help you manage your consumption.

X-RateLimit-Limit

The maximum number of requests you are permitted to make in the current window.

X-RateLimit-Remaining

The number of requests remaining in the current window.

X-RateLimit-Reset

The Unix timestamp when the current window resets.

Exceeding Limits

If you exceed the rate limit, the API will return a 429 Too Many Requests response. Your application should pause and retry after the time specified in the Retry-After header.