Developer Console — Coming Soon
One API. Any device.
Bypass fragmented provider APIs. Integrate OMNI once and instantly communicate with Protrack, IOPGPS, and custom telematics hardware.
Write once. Connect everything.
Managing logistics means dealing with different shipping clients who run on different tracking hardware. Instead of writing custom API integration endpoints, maintaining separate auth keys, and polling multiple formats, use OMNI.
- Unified Schema Alignment: OMNI translates different provider coordinate, speed, ignition, and fuel variables into a single standardized JSON format.
- Webhooks & Event Streams: Receive real-time push alerts whenever a vehicle crosses a geofence border or registers a fuel loss anomaly.
- Command Execution layer: Send remote engine immobilization commands using a single unified `/immobilize` endpoint, regardless of provider network.
PROVIDER CONFIGURATOR
SANDBOX ACTIVEGET /api/v1/telemetry/latest200 OK
{
"provider": "PROTRACK",
"imei": "358201994821038",
"status": "active",
"telemetry": {
"latitude": 40.7128,
"longitude": -74.0060,
"speed": 58.0,
"ignition": true,
"fuel_level_percent": 72.4
}
}REST & GraphQL APIs
Access lightweight JSON telemetry and trigger engine-immobolization controls using clean standard queries.
SDKs & Webhooks
Official SDK libraries in Node, Python, and Go. Configure HTTP post endpoints to receive alerts instantly.
Sub-second Latency
Built on event-driven streaming structures ensuring real-time location and speed updates propagate instantly.