Get a vehicle
GET /vehicles/{vehicle_id}
GET
/vehicles/{vehicle_id}
Retrieve a specific vehicle by ID
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” vehicle_id
required
string
Vehicle ID
Responses
Section titled “ Responses ”Vehicle details
object
id
string
company_id
string | null
external_id
string | null
name
string | null
resource_group_id
string | null
metadata
object | null
organization_id
string | null
archived
boolean
tanks
object
tanks
Array<object>
object
name
string
actual
number
size
number
max_total_fuel
number
max_total_weight
number
fuel_type
string | null
ownership
string | null
status
string | null
status_color
string | null
license_plate
string | null
make
string | null
model
string | null
vin
string | null
year
string | null
meter_value
string | null
meter_date
string | null format: date
vehicle_type
string | null
linked_vehicle_id
string | null
unit_id
string | null
attributes
array | null
service_area_id
string | null
date_created
string | null format: date-time
Vehicle not found