Driver terminal
Manifest verification, Proof of Delivery capture, and real-time routing updates — zero friction.
mobile_optimized
Respatch is the deterministic orchestration layer for global logistics. A unified protocol to route, verify, and settle the movement of goods in real-time.
[ routing_protocol_ready ]
Delivery API
REST + Webhooks
Ledger
Wallet-first
Verification
QR + GPS
Role-aware workspaces adapt to the user — precise tooling for drivers, fleet managers, and ops centers in a single, secure environment.
Manifest verification, Proof of Delivery capture, and real-time routing updates — zero friction.
mobile_optimizedAsset tracking, driver dispatch, and exception management — complete operational visibility.
desktop_densityNetwork analytics, SLA monitoring, and automated settlement workflows — built for strategic oversight.
analytics_coreSub-second event streaming for asset location and status. State changes are immutably recorded to the global ledger.
No monthly fees. Pay per successful dropoff. Micropayments execute automatically upon cryptographic Proof of Delivery.
Every handoff, pickup, and delivery is signed with asymmetric keys — an undeniable chain of custody across fragmented carrier networks.
Read the security overview{
"event_id": "evt_9f8a7b6c5",
"type": "transfer_of_custody",
"timestamp": "2024-10-27T14:32:01Z",
"asset_id": "pkg_4459821A",
"signature": "0x4a9b...7f21",
"verified": true
}Integrate with Respatch in minutes using our clean REST API, official SDKs, and extensive documentation. We provide sandbox environments and detailed logs for every API call.
curl -X POST https://api.respatch.com/v1/deliveries \
-H "Authorization: Bearer sk_live_yourkey" \
-H "Content-Type: application/json" \
-d '{
"pickup": {
"address": "123 Origin St, Lagos",
"lat": 6.5244,
"lng": 3.3792
},
"dropoff": {
"address": "456 Dest Ave, Abuja",
"lat": 9.0579,
"lng": 7.4951
},
"vehicle_type": "van",
"delivery_type": "express"
}'