Skip to main content
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

string
required
Your API key for authenticationFormat: Your API key string

Response

array[object]
Array of vehicle type objects

Example

Successful Response

Common Errors

401 Unauthorized

Cause: Missing or invalid API key
Solution: Verify your API key is valid and active. Get a new one from Settings → API.

500 Internal Server Error

Cause: Server error retrieving vehicle type data
Solution: Contact support if the error persists.

Use 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:

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