How It Works
Vehicles is an Entity-level product: you request it against an Entity, not an individual Account. This means a single request returns all vehicles associated with that person. The response is synchronous, you’ll get the data back immediately. Thevehicles array in the response contains one object per vehicle, each with:
- vin: Vehicle Identification Number
- year: Make year (e.g., “2021”)
- make: Manufacturer (e.g., “honda”)
- model: Model (e.g., “accord”)
- series: Series/Trim/Category (e.g., “lx”, “ex”), may be
null - major_color: Primary color (e.g., “black”)
- style: Body style (e.g., “sedan/saloon”, “crew_pickup”, “sport_utility_vehicle”)
Quick Start
Multiple Vehicles
An Entity can have multiple vehicles. The responsevehicles array will contain all of them. This is useful for presenting a vehicle selector in your UI or for fleet management use cases.
Vehicles API Reference
Full API documentation for Vehicles.