{ "opencollection": "1.0.0", "info": { "name": "Shipments Address Labels API", "version": "3.0.0" }, "items": [ { "info": { "name": "Labels", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a label for a specific parcel", "type": "http" }, "http": { "method": "GET", "url": "https://panel.sendcloud.sc/api/v3/labels/:parcel_id", "params": [ { "name": "parcel_id", "value": "1", "type": "path", "description": "Unique parcel identifier" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "You will receive URLs to download the labels in PDF format, for both normal and label printers. You can get the `id` of a parcel from the [Create a parcel or parcels](/api/v2/parcels/create-a-parcel-or-parcels) endpoint." }, { "info": { "name": "Bulk PDF label printing", "type": "http" }, "http": { "method": "POST", "url": "https://panel.sendcloud.sc/api/v3/labels", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Request multiple shipping labels for an array of parcels at the same time. You will receive URLs to download the labels in PDF format, for both normal and label printers." } ] } ], "bundled": true }