VYLO
RIDEKA

Connect anything that moves.

Open the dashboard, add an asset, and VYLO will generate a private device token and endpoint. Any GPS vendor, app, gateway or telematics system that can send HTTP JSON can publish positions directly.

POST /api/v1/position Authorization: Bearer YOUR_DEVICE_TOKEN Content-Type: application/json { "assetId": "ASSET_ID", "lat": 12.6812, "lng": 101.0523, "speed": 42, "heading": 126, "battery": 84, "timestamp": "2026-08-20T17:58:37.914Z" }

For GT06, Teltonika, EGTS and other binary/TCP protocols, use a protocol adapter/gateway that converts the device payload into this canonical VYLO format.

Open dashboard