Skip to main content
GET
/
parcels
/
statuses
Retrieve a list of parcel statuses
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"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://sendcloud.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Basic Authentication using API key and secrets is currently the main authentication mechanism.

Response

OK

Retrieve Parcel Statuses

data
Parcel Status · object[]
required
Required array length: 1 - 99 elements