---
title: "Premium. Simple Vehicle History Report"
method: GET
path: "/vehicleHistory"
tags: ["Vehicle Data", "Premium", "Starter Plan Or Greater"]
---

# Premium. Simple Vehicle History Report

`GET /vehicleHistory`

Premium. Provides a simple report detailing a vechicle's sales history at dealerships. Data includes the name of the dealership, dates it was for sale,
price, new/used condition, mileage, dealership state, and dealership zip code. Data availability goes back to early 2016. 

If your use case involves checking if a vehicle has appeared on the open market on or after a given date see 
the /vehicleSeen endpoint.

## Query parameters

- `jwt` string, required
- `vin` string, required

## Response `200`

Successful Response

- HistoryResp
  - `brandName` string
  - `modelName` string
  - `regionName` string
  - `condition` string
  - `msg` string
  - `cacheTimeLimit` integer
  - `data` VehHistoryData, required
    - `vin` string, required
    - `data` VehHistory[], required
      - `dealerName` string, required
      - `firstSeen` string, date, required
      - `lastSeen` string, date, required
      - `price` number, required
      - `new` boolean, required
      - `miles` integer, required
      - `state` string, required
      - `zip` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/autodealerdata/apis/cis-automotive-api.md) · [All operations](https://skmtc.dev/autodealerdata/apis/cis-automotive-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/autodealerdata/cis-automotive-api/revisions/ffe19d0f3ae1/schema)
