Skip to main content
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_1234567890abcdef
string
required
Your organization UUIDExample: a8315ef3-dd50-43f8-b7ce-d839e68d51fa

Path Parameters

string
required
UUID of the vehicleExample: f47ac10b-58cc-4372-a567-0e02b2c3d479

Response

string
Vehicle UUID
string | null
Display name of the vehicle
string
Vehicle usage type: freight or passenger
string
Ownership type: owned or rented
string | 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, mpv
string | null
Vehicle size: small_car, medium, large_car, average_car
string
Current status: active, archived, error
number
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 error
string | 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 organization

List Vehicles

Browse all vehicles

Update Vehicle

Modify vehicle details