The Vehicles endpoint provides the vehicles for an Entity.

The Vehicles endpoint is available as a:

TypeUse-Case
ProductOn-Demand view of an Entity’s vehicles.

Vehicle Objects

id
string

Unique identifier for the Vehicle.

entity_id
string

The ID of the associated Entity.

vehicles
object[]

An array of vehicle objects.

status
enum

Status of the Vehicle.

error
object | null

An object representing an error that occurred while processing this Vehicle. See Vehicle errors.

created_at
string

Timestamp of when the Vehicle was created.

updated_at
string

Timestamp of when the Vehicle was last updated.