Fleet Intelligence Platform

Real-time fleet data,
delivered via API

A multi-tenant REST API platform for accessing Cartrack vehicle telemetry — trips, events, fuel readings, and driver data — all in one place.

Open Admin Panel View API Docs
v1
API Version
5
Endpoints
MT
Multi-Tenant
JWT
Sanctum Auth

Platform Features

Everything your fleet needs

Access rich telemetry data from your Cartrack-connected fleet through a clean, authenticated REST API.

Vehicle Tracking
Monitor every vehicle in your fleet with live odometer readings, status, and last-seen timestamps.
Trip History
Full trip records including start/end addresses, distance, duration, max speed, and driver assignment.
Event Alerts
Capture driving events like harsh braking, speeding, and geofence violations with GPS coordinates.
Fuel Monitoring
Track fuel levels, litres consumed, and odometer readings over time to identify inefficiencies.
Driver Management
Associate trips and events with specific drivers for accurate accountability and reporting.
Multi-Tenant Isolation
Each client operates in full isolation with dedicated credentials, ensuring data privacy and security.

Simple, predictable endpoints

Authenticate once with your tenant credentials, then access all fleet data through consistent REST endpoints.

GET /api/v1/vehicles All vehicles
GET /api/v1/drivers All drivers
GET /api/v1/trips Trip history
GET /api/v1/fuel-readings Fuel data
GET /api/v1/events Fleet events
example request
# 1. Authenticate POST /api/auth/login Content-Type: application/json { "api_username": "your-username", "api_password": "your-password" } # Response { "token": "1|abc123...", "tenant": "Acme Fleet" } # 2. Fetch your vehicles GET /api/v1/vehicles Authorization: Bearer 1|abc123...

Architecture

Built for multiple clients

Each tenant gets their own isolated dataset, credentials, and Cartrack integration — managed from a single admin panel.

🔐
Credential Isolation
Each tenant authenticates with their own Cartrack API credentials, stored encrypted at rest.
🔄
Automated Sync
Background sync jobs continuously pull the latest data from Cartrack and keep local records up to date.
📊
Admin Dashboard
A full Filament admin panel for managing tenants, vehicles, and monitoring fleet activity across all clients.

Ready to explore your fleet data?

Access the admin panel to manage tenants and vehicles, or use the API to integrate fleet data into your own systems.