400 | validation_error or client_error | No | The request shape is invalid, a query parameter is unknown, a value is unsupported, or a CLI compatibility request must be updated. |
401 | authentication_error | No | The API key is missing or invalid. |
402 | billing_error | No | Billing state, balance, or monthly spend cap blocks the request. |
403 | permission_error | No | The API key is valid but lacks the required scope. |
404 | not_found_error | Usually no | A VIN, listing, or dealer detail record was not found. |
429 | rate_limit_error | Yes | Wait for Retry-After when present, then retry. |
503 | platform_error | Yes | Retry with bounded exponential backoff. |