---
title: "Checks if a VIN appeared on the market on or after a given date."
method: GET
path: "/vehicleSeen"
tags: ["Vehicle Data", "Application Acceleration", "Analyst Plan Or Greater"]
---

# Checks if a VIN appeared on the market on or after a given date.

`GET /vehicleSeen`

Checks our database to see if we have data on a VIN that appeared on the open market on or after the given date with a True/False response. 
This endpoint is more cost effective than the /vehicleHistory endpoint if your use case
requires searching a large list of vehicles with a low individual likelyhood of appearing on the open market. (For example searching for a specific stolen vehicle).

## Query parameters

- `jwt` string, required
- `vin` string, required
- `afterDate` string, date, required

## Response `200`

Successful Response

- BooleanResp
  - `brandName` string
  - `modelName` string
  - `regionName` string
  - `condition` string
  - `msg` string
  - `cacheTimeLimit` integer
  - `data` boolean, 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)
