Skip to main content
GET
/
labels
/
{parcel_id}
Retrieve a label for a specific parcel
curl --request GET \
  --url https://panel.sendcloud.sc/api/v2/labels/{parcel_id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "label": {
    "normal_printer": [
      "https://panel.sendcloud.sc/api/v2/label/normal_printer/1234?start_from=0",
      "https://panel.sendcloud.sc/api/v2/label/normal_printer/1234?start_from=1",
      "https://panel.sendcloud.sc/api/v2/label/normal_printer/1234?start_from=2",
      "https://panel.sendcloud.sc/api/v2/label/normal_printer/1234?start_from=3"
    ],
    "label_printer": "https://panel.sendcloud.sc/api/v2/label/label_printer/1234"
  },
  "customs_declaration": {}
}

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.

Path Parameters

parcel_id
integer
required

Unique parcel identifier

Required range: x >= 1

Response

OK

label
Label object · object

Label

customs_declaration
Customs documents associated with the label · object
deprecated
Example:
{}