Vehicle Endpoints
Vehicle Attributes
Returns a single vehicle object, containing identifying information.
GET
/
vehicles
/
{id}
Permission
read_vehicle_info
Request
Path
id
string
requiredThe vehicle ID of the vehicle you are making a request to.
Response
id
string
The ID for the vehicle.
make
string
The manufacturer of the vehicle.
model
string
The model of the vehicle.
year
integer
The model year.