DocsAPI Reference
API Reference
Our API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
Base URL
https://api.fleetcommand.com/v1
Endpoints
GET
/vehiclesReturns a list of all vehicles in your fleet.
POST
/vehiclesRegisters a new vehicle.
GET
/vehicles/:id/telemetryRetrieves historical telemetry data for a specific vehicle.