Skip to main content
inventory:read The inventory:read scope provides read-only access to your dealership’s vehicle inventory data. This includes listing vehicles, viewing individual vehicle details, retrieving AI-generated descriptions, downloading inventory feeds (JSON or XML), and checking inventory statistics.

Endpoints


List vehicles

Returns a paginated list of vehicles in your inventory.

Query parameters

Example

Response — 200 OK

Status codes


Get vehicle details

Returns full details for a single vehicle including all available fields.

Path parameters

Example

Response — 200 OK

Status codes


Get AI description

Returns the AI-generated description for a vehicle. If no description has been generated yet, the status will be not_generated.

Path parameters

Example

Response — 200 OK (description available)

Response — 200 OK (not generated)

Status codes


Get inventory feed

Returns the complete inventory feed. Supports both JSON and XML formats.

Query parameters

Example — JSON feed

Response — 200 OK (JSON)

Example — XML feed

Response — 200 OK (XML)

Returns Content-Type: application/xml:

Status codes


Get inventory stats

Returns summary statistics for your inventory.

Example

Response — 200 OK

Status codes


Error response — Missing scope

If your API key does not include inventory:read, any request to these endpoints returns:
Last modified on February 17, 2026