Developers
Private beta — access by request
Put shipping inside your own product
Quote a route, book a carrier, and follow the shipment to verified delivery — from your own checkout, admin panel, or order system. Public tracking is live today; the write APIs are opening to beta partners.
Request API accessNo keys required for public tracking — try the request opposite.
# Look up any shipment by its tracking ID
GET /api/v1/shipments/public/LM-6H73M2/trackingData
{
"trackingId": "LM-6H73M2",
"status": "OutForDelivery",
"currentLatitude": 6.5244,
"currentLongitude": 3.3792,
"proofOfDelivery": null
}What you can call
Honest about what's ready, and what isn't
Tracking is public and live now. Booking and settlement are opening to beta partners — request access and we'll tell you where the queue stands.
Tracking
GET /shipments/public/:id
Status, live coordinates, and the full event history for any shipment. No authentication — safe to call from a customer-facing page.
LiveRates
POST /rates/quote
Live prices and ETAs from every carrier covering your route, so you can show real shipping cost at checkout.
BetaShipments
POST /shipments
Book a chosen carrier, attach pickup and delivery detail, and receive the tracking ID back synchronously.
BetaWebhooks
POST your endpoint
Every status transition pushed to your server, including delivery proof, so you never have to poll.
BetaSettlement
GET /settlements
Payout records tied to confirmed deliveries — for carriers reconciling Move against their own books.
PlannedEvents
Every state a shipment can be in
These are the real status values the platform emits today. Subscribe to the ones you care about — most integrations only need the terminal states and the exceptions.
Progress
OrderPlaced
OrderPaid
PickupScheduled
PickupCompleted
InTransitToHub
ArrivedForSorting
OutForDelivery
Terminal
Delivered
Completed
ReturnCompleted
Cancelled
Needs attention
DeliveryAttempted
FailedDelivery
PickupOnhold
CustomsClearance
Exception
ReturnInitiated
LostOrDamaged
Redirected
Want a key before general availability?
Tell us what you're building. We onboard beta partners in small batches.
Request API access