Predictions inside the TMS your team already works in
Freightglint connects via REST API and native TMS adapters. No rip-and-replace. No side tool your ops team has to remember to check. ETA predictions surface in your existing dispatch workflow — where the load data already lives.
McLeod TMS
Native adapter
TMW Suite
Native adapter
Samsara ELD
API stream
REST API
Any TMS
Integration Catalog
McLeod Software
TMS
AvailableTMW Suite
TMS
AvailableOracle TMS
TMS
AvailableAxele TMS
TMS
AvailableGeneric REST API
Any TMS with API
AvailableCSV / SFTP Import
Batch / legacy
AvailableSamsara
ELD / Fleet telematics
AvailableKeepTruckin / Motive
ELD
AvailableOmnitracs
ELD / Telematics
In ProgressELD API (generic)
Any FMCSA-compliant ELD
AvailableManhattan Associates WMS
WMS
AvailableBlue Yonder WMS
WMS
In ProgressREST API (generic)
Any WMS with API
AvailableSAP S/4HANA
ERP
In ProgressOracle NetSuite
ERP
In ProgressWebhook / REST API
Push ETA to any system
AvailableREST API for direct ETA prediction queries
Query the prediction engine directly from any application. Single endpoint, JSON response, Bearer token auth. Intended for custom TMS integrations, customer-facing portals that display live delivery windows, and internal alerting pipelines that need ETA change callbacks via webhook.
- Bearer token authentication
- Webhook callbacks for ETA change events
- <200ms p95 response time
- Available on Growth and Enterprise tiers
# Request
$ curl -X GET https://api.freightglint.com/v1/eta \
-H "Authorization: Bearer fgl_live_..." \
-d '{"load_id":"FGL-089341",
"origin_zip":"75201",
"destination_zip":"38109",
"carrier_scac":"HMES",
"pickup_date":"2026-04-14"}'
# Response 200 OK
{
"eta_predicted": "2026-04-16T17:30:00-05:00",
"confidence_band_lower": "2026-04-16T15:15:00-05:00",
"confidence_band_upper": "2026-04-16T17:45:00-05:00",
"confidence_pct": 88,
"risk_factors": {
"weather": "medium",
"carrier_ota_deviation": "low",
"holiday_proximity": "none"
},
"carrier_ota_score": 0.87
}
Your TMS not on the list?
We build native connectors for platforms with sufficient load volume to warrant the work. If you're running 300+ FTL loads per month on a TMS we don't yet support, contact our engineering team.