Required Plan
Available on all plans
Component | Type | Description |
---|---|---|
vin | String | Vehicle identification number |
year | String | Vehicle manufacture year. Response only. |
make | String | Vehicle manufacturer. Response only. |
model | String | Vehicle model. Response only. |
vehicle_type | String | Vehicle type. Response only. |
display | String | {vin}: {year}-{make}-{model}-{vehicle_type}. Response only. |
Search Requirements
For an vehicle object to be sufficient for a search, it must contain a vin. Only the vin field will be used as part of the search.
Example
{
"@valid_since": "2008-01-01",
"vin": "1ftrx18wx2nb71717",
"year": "2002",
"make": "ford",
"model": "f150",
"type": "pickup",
"display": "1ftrx18wx2nb71717-2002-ford-f150-pickup"
}