cURL
curl --request GET \ --url https://panel.sendcloud.sc/api/v3/parcels/statuses \ --header 'Authorization: Basic <encoded-value>'
{ "data": [ { "code": "READY_TO_SEND", "message": "Ready to send" }, { "code": "ANNOUNCED", "message": "Announced" } ] }
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
Retrieve Parcel Statuses
1 - 99
Show child attributes