API v3.0 is now available

A unique ecosystem for Related Operations

Power your logistics with our Open API, real-time webhooks and seamless two-way data exchange.

Connection Center

Centralized orchestration that connects your entire logistics system.

hub

Open API

Telemetry • Routing

IoT Core

MobTrack:24
SAPOdooMsD

ERP / WMS System

Inventory and Business Logic

call_split

Routing - Last Mile

Fuel and Optimization

local_shipping

International Transport

DHL Integration

inventory_2

Reservations and Cargo

Timocom

network_node

Supply Chain

Project44 • FourKites

ac_unit

Cold Chain

Temperature Monitoring

Integrated Modules and Partners

Pre-built integrations to accelerate your digital transformation.

dns

ERP / WMS / CRM

Synchronization of orders and price lists with back-office execution.

SAP Microsoft Odoo Pantheon
public

International Transport

End-to-end shipment visibility by merging international flows with fleet movements.

DHL
link

Supply Chain Integrators

Centralized orchestration of key points across carriers and warehouses.

project44 FourKites Shippeo
ac_unit

Weight and Cold Chain

Automated sensor data collection for compliance and claims reduction.

Lidl SCHOLZ
receipt_long

Reservations and Cargo

Related documentation and waybills to expedite invoicing.

TIMOCOM
local_gas_station

Fuel Management

Combining dispensing data with consumption telemetry to detect abuse.

NIS OMV
alt_route

Routing and Last Mile

Optimized flow from plan to report to reduce empty kilometers.

Roadnet
add

Do you need a Custom API?

We make custom connectors for corporate clients.

Contact Sales
terminal Developer Ready

Made for Developers

Experience a platform that puts developers first. We provide comprehensive documentation, secure environments, and robust tools to get you up and running in minutes.

webhook

Real-time webhooks

Subscribe to events like `shipment.created` or `vehicle.stopped` for instant updates.

security

Secure SSO and OAuth2

Enterprise-grade security with support for SAML 2.0 and OpenID Connect.

extension

Standard Connectors

Pre-built SDKs for Python, Node.js and Java to speed up implementation.

GET /api/v3/telemetry/live
curl -X GET "https://api.mobtrack24.com/v3/telemetry" \
  -H "Authorization: Bearer YOUR_API_KEY"
// Response 200 OK
{
  "data": [
    {
      "vehicle_id": "TRK-8859",
      "location": {
        "lat": 48.8566,
        "lng": 2.3522
      },
      "status": "moving",
      "fuel_level": 76.5,
      "eta": "2023-10-24T14:30:00Z"
    }
  ],
  "meta": {
    "count": 1
  }
}