FleetTrack External API
FleetTrack External API
Read-only fleet telemetry and camera imagery for integration partners.
Two independent surfaces sharing one base path, one authentication scheme and one error body:
- Asset Day Summary — per-UTC-day activity totals for a single vehicle.
- Cameras — the most recent still image from a vehicle's road-facing camera, with when and where it was taken.
What every response has in common
- All timestamps are UTC, ISO 8601,
Z-suffixed (2026-09-18T14:03:11Z). - All identifiers are case-sensitive.
- Every error is
{"error": "...", "code": "..."}. Branch oncode; it is contract and will not be reworded. Theerrortext is for humans and may change. - An API key is scoped to one account. There is no parameter that widens that scope, and an out-of-scope identifier is reported as not-found rather than forbidden, so the API never confirms the existence of something you may not see.
Before you integrate
FleetTrack's edge blocks traffic originating from cloud hosting-provider address
ranges. An application running in AWS, Azure or Google Cloud is therefore blocked
before it reaches this API at all, and the symptom is an opaque block rather than a
clean 401 or 429. Send us your egress IP addresses or CIDR ranges, per
environment, before integration testing begins.