REST API // v2.4.0
DEVELOPER INTEGRATION
Elizer Logistics Central Command API. Secure endpoints for enterprise TMS integration, automated load tendering, and live ELD telemetry ingestion. Access requires a provisioned Bearer Token from your account executive.
Authentication
All requests must include your API key in the headers.
Authorization: Bearer elz_live_xxxxxxxxxxxxxBase URL
Direct routing to our edge-optimized load balancing nodes.
https://api.elizerlogistics.com/v2/Endpoint: Retrieve Load Telemetry
Pings the assigned asset's ELD for real-time geospatial coordinates using your PRO number.
GET /v2/telemetry/track?pro_number=123456789
{
"status": 200,
"data": {
"asset_id": "LSR-01",
"status": "In Transit",
"current_location": {
"lat": 41.8781,
"lng": -87.6298,
"timestamp": "2026-03-08T14:32:00Z"
},
"eta_destination": "2026-03-09T08:00:00Z"
}
}