Platform API
Positions, events, trips, geofences and reports available to your own application over a documented HTTP API.
Components
Ecosystem
Navixy, distributed in Saudi Arabia by Smart Tracks.
The whole platformDeveloper Hub
A tracking product that cannot be reached from your own systems is a silo with a map on it. The Developer Hub is the documented surface — API, admin API and SDK — that lets your team treat the platform as infrastructure.
Ask
GET /api/v1/tracker/list
Authorization: Bearer <token>
Accept: application/json Receive
{
"success": true,
"list": [
{ "id": 41207, "label": "Tanker 12",
"lat": 26.4207, "lng": 50.0888,
"speed": 0, "ignition": true }
]
} Positions, events, trips, geofences and reports available to your own application over a documented HTTP API.
The administrative side too — accounts, users and provisioning — so onboarding a customer can be a script rather than an afternoon.
A software development kit alongside the reference, so your team starts from working code instead of from a specification.
Events pushed to your endpoint as they happen, rather than your systems polling and hoping.
Dispatch, billing, payroll and ERP already exist in your business. The platform is the data source they were missing, not another place to log in.
Navixy documents the surface; your developers reach it through us, which keeps the escalation path short and in the Kingdom.
What it means for you
The integration request always arrives eventually — the customer whose ERP has to know a vehicle arrived, the billing run that needs mileage. Answering it with an API call rather than a manual export is the difference between a subscription and a system your customer cannot leave.