get https://api.wumdrop.com/v1/deliveries/ext/:order_reference
Allows to retrieve a list of deliveries pertaining to a specific customer.
Delivery States
Not sure what the possible states are? Check the Deliveries: Overview page
This resource is used to retrieve the list of deliveries that have been placed by the user identified by the API key. Please see section on authentication for details on how that works.
Example request:
The cURL command below shows how to fetch the delivery with order_reference 123:
curl -u YourApiKey: https://api.wumdrop.com/v1/deliveries/ext/123
Sample response:
{
"id": "UniqueDeliveryId",
"state": "PENDING PICKUP"
}