FleetbaseFleetbase

Food Trucks

Food trucks expose mobile storefront availability backed by FleetOps vehicles, zones, and service areas. Use food truck endpoints to discover mobile vendors and their current operating state.

The Food Truck object

A food truck connects a storefront to a FleetOps vehicle, service area, zone, and catalogs for mobile ordering.
Attributes
idstringoptional

Public identifier of the food truck.

vehicleobjectoptional

FleetOps vehicle assigned to the food truck.

service_areaobjectoptional

Service area assigned to the food truck.

zoneobjectoptional

Zone assigned to the food truck.

catalogsarray of objectsoptional

Catalogs available for the food truck.

locationobjectoptional

Current vehicle location.

onlinebooleanoptional

Whether the assigned vehicle is online.

statusstringoptional

Food truck status.

created_attimestampoptional

Time the food truck was created.

updated_attimestampoptional

Time the food truck was last updated.

The Food Truck object
{
  "id": "food_truck_8Fq2mL1",
  "vehicle": null,
  "service_area": null,
  "zone": null,
  "catalogs": [],
  "location": null,
  "online": false,
  "status": "active",
  "created_at": "2026-05-07T09:30:00Z",
  "updated_at": "2026-05-07T09:30:00Z"
}
GET/v1/food-trucks

Query Food Trucks

Query Food Trucks

Query parameters
limitstringoptional

Limit value for this food trucks request.

offsetstringoptional

Offset value for this food trucks request.

sortstringoptional

Sort value for this food trucks request.

GET/v1/food-trucks
curl https://api.fleetbase.io/v1/food-trucks?limit=&offset=&sort= \
  -H "Authorization: Bearer flb_live_…"
GET/v1/food-trucks

Retrieve Food Truck

Retrieve Food Truck

GET/v1/food-trucks
curl https://api.fleetbase.io/v1/food-trucks \
  -H "Authorization: Bearer flb_live_…"
Food Trucks | Fleetbase