Programmatically create orders, book shipments, fetch tracking updates, and manage your account.
Send your API key in the X-Api-Key header.
curl https://yourdomain/api/v1/shipments \
-H "X-Api-Key: pk_live_xxxxxxxxxxxx"
/api/v1/orders
Create a new order
/api/v1/orders
List all orders
/api/v1/shipments
Book a shipment
/api/v1/shipments/:id
Get shipment details
/api/v1/shipments/:id/tracking
Get tracking timeline
/api/v1/pickups
Request a pickup
/api/v1/wallet
Get wallet balance
/api/v1/rates/quote
Get rate quote for a shipment
Configure webhook URLs from your merchant dashboard. We send signed POST requests for events like shipment.delivered, shipment.exception, payout.transferred.