cURL
curl --request GET \ --url https://panel.sendcloud.sc/api/v2/parcels/statuses \ --header 'Authorization: Basic <encoded-value>'
[ { "id": 3, "message": "En route to sorting center" }, { "id": 4, "message": "Delivery delayed" }, { "id": 5, "message": "Sorted" }, { "id": 6, "message": "Not sorted" } ]
Get a list of all parcel statuses available in the Sendcloud system, with their unique code and friendly description.
Basic Authentication using API key and secrets is currently the main authentication mechanism.
OK
Unique identifier for the parcel status.
x >= 1
5
A message that describes what the given status means.
"Sorted"