cURL
curl --request GET \ --url https://panel.sendcloud.sc/api/v2/pickups \ --header 'Authorization: Basic <encoded-value>'
200
RetrieveDHLExpressPickups
{ "next": null, "previous": null, "pickups": [ { "id": 1, "pickup_from": "2022-04-06T12:00:00Z", "pickup_until": "2022-04-06T17:00:00Z", "country": "NL", "carrier": "dhl_express", "tracking_number": "PRG220406003404", "pickup_status": "Cancelled", "created_at": "2022-03-30T10:57:02.344479Z", "cancelled_at": "2022-03-30T10:57:11.656260Z" }, { "id": 2, "pickup_from": "2022-04-06T12:00:00Z", "pickup_until": "2022-04-06T17:00:00Z", "country": "NL", "carrier": "dhl_express", "tracking_number": "PRG220406002044", "pickup_status": "Cancelled", "created_at": "2022-03-30T09:20:37.957495Z", "cancelled_at": "2022-03-30T09:20:45.433367Z" } ]}
Retrieve information about all pickups which have been created from your account.
Basic Authentication using API key and secrets is currently the main authentication mechanism.
Amount of pickups that will be shown per page.
x >= 1
OK
Url to retrieve the next page of pickups.
Url to retrieve the previous page of pickups.
Show child attributes