Skip to main content

API Surface

The Destiny API spans 464 endpoints across five collections. This page is a map; the API Reference has the detail.

HTTP API

The core platform. Major resource areas include:

Authentication, Users, Units, Unit Groups, Unit Commands, Unit Swapping, Unit Transfer, Unit Safe Zones, Sensors, Clients, Vehicles, Vehicle Groups, Vehicle Expenses, Vehicle Expense Types, Vehicle Safe Zones, Drivers, Monitoring, Reports, Scheduled Reports, Dashboards, Event Profiles, Gateway Routes, API Bridges (Webfleet) and Admin support endpoints.

A few patterns worth knowing:

  • Form-data endpoints — many resources expose Get … Create Form Data and Get … Edit Form Data endpoints. These return the option lists and field metadata needed to build create/edit forms in a UI.
  • Listing variants — resources commonly offer several list endpoints scoped by client, group, partner or agency (e.g. Vehicles Listing By Client, …By Group). Choose the most specific one for your context.
  • Reports are asynchronous — you POST to run a report, receive a report id, then poll Get Report Status / Get Report By Id.

Admin API

Administrative and platform-management operations (65 endpoints).

Geo API

Geographic services — geocoding, places and spatial lookups (44 endpoints).

History Query API

Historical telemetry and event queries over time ranges (52 endpoints).

SSE

Real-time streaming via Server-Sent Events. See the Streaming with SSE guide.

note

Endpoints are grouped in the reference by their collection and tag, mirroring the folders above, so you can navigate to the area you need quickly.