For Developers · B2B API
Power your platform with
Relay Pilot deliveries
Run a food aggregator, marketplace, or any platform that ships orders? Plug into Relay Pilot's Integration API and let our network of logistics companies handle the last mile — across Lagos and beyond.
1
One API, every logistics company
POST a quote with pickup + delivery coordinates → get back every eligible LC with their calculated price → pick one → create the order. We handle dispatch, tracking, and settlement.
2
Sandbox-first development
Build against a fully-simulated environment with a test key. Sandbox orders auto-progress through the full delivery lifecycle so you can watch every webhook fire end-to-end before going live.
3
Pre-paid wallet billing
Fund your wallet once; each delivery debits the quoted fee at order create. No invoices, no recovery risk, no surprise bills. Cancel before pickup and we refund automatically.
POST /v1/integration/quotes
# 1. Get prices from every LC for this route
POST /v1/integration/quotes
{
"pickup": { "lat": 6.428, "lng": 3.421 },
"delivery": { "lat": 6.453, "lng": 3.398 }
}
# 2. Response — pick the LC you want
{
"quotes": [
{ "logisticsCompanyId": "65f...",
"name": "Bochepharm",
"totalPrice": 521 },
{ "logisticsCompanyId": "65a...",
"name": "Adelami",
"totalPrice": 650 }
]
}
# 3. Create the order with your chosen LC
POST /v1/integration/orders
{ "logisticsCompanyId": "65f...", ... }
Free to start. Test keys mint instantly · Live keys after compliance review.