OKHOR OKHOR
DEVELOPER PLATFORM & TELEMETRY ENGINE

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.

PROTOCOL 01

REST JSON:API

Stateless Bearer token authentication for managing vehicles, devices, loan contracts, and customers.

PROTOCOL 02

Real-Time WebSockets

Sub-second bi-directional telemetry streaming over secure WSS channels for ultra-low latency tracking.

PROTOCOL 03

High-Throughput Webhooks

Instant server-to-server push notifications for geofence breaches, tamper alarms, and delinquency triggers.

API CODE SAMPLE

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"
SERVER RESPONSE (200 OK)
{
  "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
      }
    }
  }
}
WEBHOOK EVENT CATALOG

Real-Time Event Webhooks

HMAC-SHA256 signed payloads pushed immediately to your secure backend.

geofence.breach HIGH PRIORITY

Fired when vehicle exits dealer lot, storage depot, or crosses national borders.

security.tamper_cut EMERGENCY

Fired when main 12V battery power is severed and internal backup battery engages.

loan.delinquency_escalation FINANCE RISK

Fired when payment grace period expires, applying penalty profile and arming starter interrupt.

engine.dtc_detected DIAGNOSTIC

Fired when check-engine fault codes (e.g. P0420, P0300) are reported by on-board CAN bus.

DEVELOPER API ACCESS

Ready to build your next automotive application?

Request sandbox API keys, access developer documentation, and schedule an engineering consultation with our telemetry architects.

REST JSON:APIReal-Time WebSocketsHMAC Signed Webhooks99.99% Uptime SLASandbox Environment