DealerMAX Developers

Internal error

Unexpected server-side failure while reading dealer data.

Response shape

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

{
  "type": "https://developers.dealermax.app/errors/internal_error",
  "title": "Internal error",
  "status": 500,
  "code": "internal_error",
  "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 the GET request once. If it repeats, open a support ticket with endpoint, timestamp, and 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