List Unknown Vehicles
List Unknown Vehicles
Retrieve all available vehicle type classifications
GET
List Unknown Vehicles
List Unknown Vehicles
Retrieve all available vehicle type classifications in the system. Each type includes region-specific information and can be used when creating vehicles in your fleet.Reference Data: This endpoint returns standardized vehicle type classifications used across the platform. Use the vehicle type IDs returned here when creating vehicles with the
unknown_vehicle_id parameter.Request
Headers
Bearer token for authenticationFormat:
Bearer {API_KEY} or Bearer {JWT_TOKEN}Response
Array of vehicle type objects
Example
Successful Response
Common Errors
401 Unauthorized
Cause: Missing or invalid API key500 Internal Server Error
Cause: Server error retrieving vehicle type dataUse Cases
Get All Vehicle Types for Vehicle Creation
Retrieve available types before creating a vehicle:Filter Vehicle Types by Country
Get vehicle types specific to a country:Group Vehicle Types by Name
Organize vehicle types for display:Create Vehicle Type Selection Dropdown
Build a user-friendly vehicle type selector:Validate Vehicle Type Input
Check if a provided vehicle type is valid:Cache Vehicle Type Data Locally
Cache vehicle type reference data to minimize API calls:Build a Vehicle Type Selector Wizard
Create an interactive selector for vehicle creation:Related Endpoints
Create Vehicle
Create vehicles with specific vehicle types
List Vehicles
View vehicles and their type assignments
Vehicle Fuels
Browse available fuel types
Vehicles API
Manage your vehicle fleet

