Skip to main content
GET
/
labels
/
normal_printer
Retrieve multiple PDF labels
curl --request GET \
  --url https://panel.sendcloud.sc/api/v2/labels/normal_printer \
  --header 'Authorization: Basic <encoded-value>'
"<string>"

Authorizations

Authorization
string
header
required

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

Query Parameters

ids
integer[]
required

Comma separated parcel ids

start_from
integer
required

The position of the label on an A4 page.

0 - Top left 1 - Top right 2 - Bottom left 3 - Bottom right

Required range: 0 <= x <= 3

Response

OK

Label PDF document ready to print