Delivery APIs
The primary interface for external businesses to request deliveries via the Skeep network.
Core Flow
- Get a Quote: Call the Quote API to see the cost.
- Create Delivery: Commit the delivery with pickup/drop-off details.
- Handle Webhooks: Receive updates as the rider moves.
Endpoint Summary
1. Create Delivery
POST /express/deliveries
The main endpoint to start a delivery. Requires a valid pickup and at least one drop-off.
2. Get Delivery Quote
POST /express/quotes
Retrieve an instant price for a delivery without creating an order.
3. Cancel Delivery
POST /express/deliveries/{id}/cancel
Stops a delivery in progress. Subject to cancellation policy.
4. Get Delivery Status
GET /express/deliveries/{id}
Returns the current state and estimated time of arrival.
5. List Deliveries
GET /express/deliveries
Retrieve a history of deliveries made via Skeep Express.