Build on the OKHOR connected vehicle engine.
Stream sub-second vehicle telemetry, query historical route timelines, evaluate geofences, and dispatch remote starter interrupt commands using modern REST APIs, WebSockets, and Webhooks.
REST JSON:API
Stateless Bearer token authentication for managing vehicles, devices, loan contracts, and customers.
Real-Time WebSockets
Sub-second bi-directional telemetry streaming over secure WSS channels for ultra-low latency tracking.
High-Throughput Webhooks
Instant server-to-server push notifications for geofence breaches, tamper alarms, and delinquency triggers.
Authenticate & Ingest Live Telemetry
curl -X GET "https://api.okhor.com/api/v1/private/tracking/veh_94a8fbd7" \
-H "Authorization: Bearer okhor_live_9a8f4c2e11..." \
-H "Accept: application/vnd.api+json"{
"data": {
"type": "vehicle_telemetry",
"id": "veh_94a8fbd7",
"attributes": {
"vin": "4T1B11HK4PU4471",
"plate": "LAG-742-XZ",
"timestamp": "2026-08-20T00:30:14Z",
"location": {
"latitude": 6.5244,
"longitude": 3.3792,
"speed_kmh": 62.4,
"heading_degrees": 42.0,
"satellites": 14
},
"ecu": {
"engine_state": "RUNNING",
"rpm": 1840,
"fuel_percent": 68,
"battery_voltage": 13.8,
"coolant_temp_c": 89,
"odometer_km": 84210,
"dtc_fault_count": 0
},
"security": {
"park_lock_active": false,
"starter_interrupt_armed": false,
"power_cut_detected": false
}
}
}
}Real-Time Event Webhooks
HMAC-SHA256 signed payloads pushed immediately to your secure backend.
Fired when vehicle exits dealer lot, storage depot, or crosses national borders.
Fired when main 12V battery power is severed and internal backup battery engages.
Fired when payment grace period expires, applying penalty profile and arming starter interrupt.
Fired when check-engine fault codes (e.g. P0420, P0300) are reported by on-board CAN bus.
Ready to build your next automotive application?
Request sandbox API keys, access developer documentation, and schedule an engineering consultation with our telemetry architects.