DealerMAX Developers

Dealer profile not found

The API key is valid but the linked dealer public profile is not available or inactive.

Response shape

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

{
  "type": "https://developers.dealermax.app/errors/dealer_not_found",
  "title": "Dealer profile not found",
  "status": 404,
  "code": "dealer_not_found",
  "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

Verify that the dealer account and public profile are active in DealerMAX.

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