Get Vehicle
Get Vehicle
Retrieve a single vehicle by ID
GET
Get Vehicle
Get Vehicle
Retrieve the full details of a single vehicle, including its fuel type, emission data, and status.Request
Headers
string
required
Your API key for authenticationExample:
sk_live_1234567890abcdefstring
required
Your organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faPath Parameters
string
required
UUID of the vehicleExample:
f47ac10b-58cc-4372-a567-0e02b2c3d479Response
string
Vehicle UUID
string | null
Display name of the vehicle
string
Vehicle usage type:
freight or passengerstring
Ownership type:
owned or rentedstring | null
Vehicle license plate number
string
ISO country code
integer | null
Year the vehicle was registered
string | null
Market segment:
mini, supermini, lower_medium, upper_medium, executive, luxury, sports, dual_purpose_4x4, mpvstring | null
Vehicle size:
small_car, medium, large_car, average_carstring
Current status:
active, archived, errornumber
Total CO2 equivalent emissions in kg
string | null
UUID of the assigned fuel type
string | null
Fuel type name (e.g.
diesel, petrol, electric)array[object] | null
Available fuel units for this vehicle’s fuel type
string | null
UUID of the unknown vehicle type
string | null
String name of the unknown vehicle type (e.g.
Truck, Van)string | null
UUID of the custom emission factor applied, if any
array[string] | null
Error codes when status is
errorstring | null
UUID of the import file, if created via CSV import
string | null
Name of the import file, if created via CSV import
datetime
ISO 8601 creation timestamp
datetime | null
ISO 8601 last-update timestamp
Example
Successful Response
Common Errors
404 Not Found
Cause: Vehicle does not exist or does not belong to your organizationRelated Endpoints
List Vehicles
Browse all vehicles
Update Vehicle
Modify vehicle details