Preview Report API

Check the number of available history records for a given VIN.
GET
Rate Limit: 10 RPS

Authentication

All API requests require an API key to be included in the x-api-key header.

Endpoint

GET /preview-report

Parameters

NameTypeRequired
vinstringRequired

Code Examples

Sample Response

JSON Response
{
  "data": {
    "vin": "1FMCU9GNXSUB19947",
    "history": {
      "records_found": 13
    },
    "vehicle": "2025 FORD ESCAPE ACTIVE"
  },
  "status": "success"
}