Instant Delivery. One API.
Integrate Pathao Parcel's delivery network into your platform with a few lines of code. Real-time tracking, instant quotes, and webhooks built in.
const response = await fetch(
"https://api.pathao.com/v1/orders",
{
method: "POST",
headers: {
"Authorization": `Bearer ${API_KEY}`,
"Content-Type": "application/json"
},
body: JSON.stringify({
pickup: "Banani, Dhaka",
delivery: "Dhanmondi, Dhaka",
weight: 2.5
})
}
);
// => { order_id: "PRC-8A2F", tracking_url: "..." }4,000+
Daily deliveries
60 min
Avg delivery time
99.9%
API uptime
Simple Integration
Three steps to your first delivery
Go from zero to live deliveries in under an hour.
Get a Quote
POST to the quotation endpoint with pickup and delivery addresses. Receive instant pricing with distance and estimated delivery time.
{
"pickup": "23.7937, 90.4066",
"delivery": "23.7465, 90.3763",
"weight": 2.5
}Create an Order
POST to the create endpoint with delivery details. Get back an order ID, tracking URL, and estimated delivery window.
{
"recipient_name": "Rafiq Ahmed",
"recipient_phone": "+8801712345678",
"pickup_address": "Banani, Dhaka",
"delivery_address": "Dhanmondi 27"
}Track Delivery
Receive real-time status via webhooks or poll the tracking endpoint. Get notified on pickup, in-transit, and delivery.
{
"status": "in_transit",
"rider": "Karim",
"eta_minutes": 12,
"live_tracking_url": "https://..."
}Use Cases
Built for every delivery business
From a single Facebook seller to a national e-commerce platform, our API scales with you.
E-commerce
Offer same-day delivery at checkout. Automatically dispatch orders and share tracking links with customers.
Pharmacy
Deliver prescriptions and health essentials with priority routing and temperature-aware handling.
Food Delivery
Plug into our express fleet for hot-food delivery with sub-45-minute SLAs across Dhaka.
F-commerce
Facebook and social sellers can automate pickups and COD collection with a single API call.
Enterprise
Custom SLAs, dedicated account management, bulk dispatch, and advanced analytics for high-volume shippers.
Something else?
We work with any business that needs deliveries. Let us know your use case.
Get Started
Ready to integrate?
Join 100+ businesses delivering with Pathao Parcel API. Start building in minutes with our quickstart guide.