DealerMAX Developers

Invalid identifier

The detail request used the wrong identifier for the requested resource.

Response shape

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

{
  "type": "https://developers.dealermax.app/errors/invalid_identifier",
  "title": "Invalid identifier",
  "status": 400,
  "code": "invalid_identifier",
  "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

Use id_auto for REWIND/NOS, id_offerta for NLT, and slug for content details.

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