Magaya · Rate Limits

Magaya Rate Limits

Magaya does not publish fixed numeric rate limits for its APIs. Because the Magaya API runs against a customer's own tenant (Magaya Cloud at https://SYSTEMID.magayacloud.com/api, or an on-premises system), practical throughput is governed by the capacity of that tenant/instance and the historical SOAP/XML Web Service request model rather than by a published per-minute quota. The Digital Freight Portal REST API and Auth0 token issuance may apply provider-side limits, but specific numbers are not documented publicly. Integrators should assume conservative concurrency and implement backoff.

Magaya Rate Limits is the machine-readable rate-limit profile for Magaya on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 3 rate-limit definitions, measuring requests and tokens.

The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.

Tagged areas include Logistics, Supply Chain, Freight Forwarding, Rate Limiting, and Quotas.

3 Limits Throttle: 429
LogisticsSupply ChainFreight ForwardingRate LimitingQuotas

Limits

Magaya API Requests tenant
requests
not published
Throughput bounded by the customer's own Magaya Cloud tenant or on-premises instance capacity.
Digital Freight Portal REST API account
requests
not published
Provider-side limits may apply on the Qwyk-derived REST API; specific numbers are undocumented.
Auth0 Token Issuance client
tokens
not published
M2M OAuth token requests are subject to Auth0 tenant limits; reuse tokens until expiry.

Policies

Backoff Strategy
Clients should implement exponential backoff with jitter and honor Retry-After on any 429 responses.
Token Reuse
For the Digital Freight Portal REST API, cache and reuse OAuth access tokens until expiry rather than requesting a token per call.
Conservative Concurrency
Because throughput depends on a per-tenant instance, avoid high parallelism and prefer batched, incremental synchronization (for example via updatedSince filters).

Sources