GET
/v1/pickupsList scheduled pickupsParameters
cursorstringquerylimitintegerqueryscheduled_onstring · datequeryResponses
objectPickupPage
dataarray of objectrequiredShow child attributes
Show array items
addressobjectrequiredShow child attributes
citystringrequiredcompanynull | stringcountrystringrequiredline1stringrequiredline2null | stringnamestringrequiredphonenull | stringpostal_codestringrequiredregionnull | stringcreated_atstring · date-timerequiredidstringrequiredobjectvaluerequiredshipment_idsarray of stringrequiredShow child attributes
statusstringrequiredwindowobjectrequiredShow child attributes
ends_atstring · date-timerequiredstarts_atstring · date-timerequiredhas_morebooleanrequirednext_cursornull | stringrequired{
"data": [
{
"address": {
"city": "Exampleton",
"company": "Northstar Supplies",
"country": "ZZ",
"line1": "14 Fictional Quay",
"line2": "Unit 7",
"name": "Rowan Example",
"phone": "+00000000000",
"postal_code": "EX4 2PL",
"region": "Test Province"
},
"created_at": "2026-06-09T00:00:00Z",
"id": "pku_00000000000000000001",
"object": "pickup",
"shipment_ids": [
"string"
],
"status": "canceled",
"window": {
"ends_at": "2026-09-06T12:00:00Z",
"starts_at": "2026-09-06T09:00:00Z"
}
}
],
"has_more": true,
"next_cursor": "string"
}