DealerMAX Developers

Service unavailable

The read-only API is temporarily unavailable or the backing database cannot be reached.

Response shape

HTTP/1.1 503
Content-Type: application/problem+json
X-Request-ID: req_...

{
  "type": "https://developers.dealermax.app/errors/service_unavailable",
  "title": "Service unavailable",
  "status": 503,
  "code": "service_unavailable",
  "request_id": "req_..."
}

The response may include a human-readable detail field. Validation failures also include an errors array with the invalid parameters reported by FastAPI.

How to recover

Retry with exponential backoff. If the issue persists, check the status page and contact support with the request id.

Related

Full catalog: https://developers.dealermax.app/errors. API reference: https://developers.dealermax.app/api.

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