Tours & Events

Vehicles

Fleet directory and per-vehicle operations

Vehicles are reusable transport assets. Each vehicle can be assigned to an event and, through that assignment, to specific guests.

Resource overview

GET/api/vehiclesAPI key · Session
POST/api/vehiclesAPI key · Session
GET/api/vehicles/{id}API key · Session
PATCH/api/vehicles/{id}API key · Session
DELETE/api/vehicles/{id}API key · Session

List vehicles

GET/api/vehiclesAPI key · Session
NameTypeRequiredDescription
pageintegerOptionalPage number. Default: 1
limitintegerOptionalPage size. Default: 10
typestringOptionalFilter by vehicle type.

Create vehicle

POST/api/vehiclesAPI key · Session
NameTypeRequiredDescription
namestringRequiredVehicle label (e.g. `Coach #4`).
typestringRequiredVehicle type (e.g. `bus`, `van`, `car`).
capacityintegerRequiredSeat count.
registrationstringOptionalLicense plate / registration ID.
notesstringOptionalFree-form notes.

Get / update / delete

GET/api/vehicles/{id}API key · Session
PATCH/api/vehicles/{id}API key · Session
DELETE/api/vehicles/{id}API key · Session

See also Vehicle assignments for event-specific allocation.

On this page