👍

Required Plan

Available on all plans

ComponentTypeDescription
vinStringVehicle identification number
yearStringVehicle manufacture year. Response only.
makeStringVehicle manufacturer. Response only.
modelStringVehicle model. Response only.
vehicle_typeStringVehicle type. Response only.
displayString{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"
}