HLT Platform
Apps and technology behind HLT
A simple, reliable platform: merchant dashboard, driver app, and station console—plus APIs to connect your systems. Built to keep parcels moving with visibility and control.
Live samplePlatform snapshot
Driver app
Stops synced · Proof of delivery collected
Station console
Arrivals scanned · Pickups queued
Tracking view
Events posted · ETA updated
Merchant dashboard
Create labels, schedule pickups, track parcels, export reports.
Driver app
Optimized routes, barcode scan, photo signature, offline first.
Station console
Batch in/out scans, shelf placement, self-pick verification.
Integration
API & webhooks
Connect storefronts, OMS/WMS, or ERP. Get shipment events via webhooks and pull data with REST APIs. Simple auth, clear schemas, and stable SLAs.
Example webhook payload
POST /webhooks/shipment
{
"shipmentId": "HLT123456",
"event": "delivered",
"timestamp": "2025-10-28T18:22:03Z",
"proof": { "type": "photo", "url": "https://example.com/proof.jpg" }
}