List Labels
Retrieves the shipping labels of one or more Shipments — the
documents listing pre-filtered to type shipping_label (pdf/zpl/png)
and shipping_label_qr (png/jpg/pdf). Labels are generated by the
Create Booking endpoint.
Identify Shipments with either shipment_uuids or
shipment_ids (comma-joined, no spaces, up to 10). Each label’s
download_url lasts 1 hour and is regenerated per call; there is
no Base64 content here — use Retrieve a Document for that. No matching
labels returns HTTP 200 with empty data.
Authorizations
Used by every functional endpoint. Generate the token with POST /auth/oauth/token/ and send it as Authorization: Bearer {token}.
Query Parameters
Up to 10 Shipment UUIDs, comma-joined. Required if shipment_ids absent.
Up to 10 of your Shipment IDs, comma-joined. Required if shipment_uuids absent.
Labels per page.
25 <= x <= 100Page number.