DealerMAX Developers

Rate limits

Dealer Public API limits are fair-use controls for protecting apimax and the shared PostgreSQL data plane. Dealer API requests require a valid key; requests without a key return 401 Unauthorized and never return dealer data.

Dealer Public API

Inventory listing/details60/minute per API key per endpoint for /dealer/{service}/listing and /dealer/{service}/details.
Content hub/search/listing/details60/minute per API key per endpoint for /dealer/content/hub, /dealer/content/search, /dealer/content/{content_type}/listing, and /dealer/content/{content_type}/details.
Unauthenticated requestsNo anonymous data access. Missing or invalid credentials return 401 Unauthorized. Keyless attempts that reach the limiter are keyed by client IP as a protective fallback.

Headers and 429 behavior

When a limit is exceeded, clients receive 429 Too Many Requests. Respect the Retry-After header before retrying. Do not build client throttling logic around RateLimit-Remaining or X-RateLimit-* headers unless they are explicitly added to the Dealer Public API contract.

Integration guidance

Authoritative reference: https://developers.dealermax.app/api Contact: support@dealermax.app Owner: Azure S.r.l. DealerMax-app/dealermax-public-api