GET
/v1/labels/{label_id}Retrieve label metadata and download URLParameters
label_idstringpathrequiredResponses
objectLabel
download_urlstring · urirequiredexpires_atstring · date-timerequiredformatstringrequiredidstringrequiredobjectvaluerequiredpriceobjectrequiredShow child attributes
amountstringrequiredcurrencystringrequiredshipment_idstringrequired{
"download_url": "https://downloads.parcel-events.example/labels/synthetic-label.pdf",
"expires_at": "2026-06-09T00:00:00Z",
"format": "pdf",
"id": "lbl_00000000000000000001",
"object": "label",
"price": {
"amount": "12.50",
"currency": "XTS"
},
"shipment_id": "shp_00000000000000000001"
}objectProblem
detailstringerrorsarray of objectShow child attributes
Show array items
messagestringrequiredpathstringrequiredrequest_idstringrequiredstatusintegerrequiredtitlestringrequiredtypestring · urirequired{
"request_id": "req_00000000000000000004",
"status": 404,
"title": "Synthetic resource was not found",
"type": "https://parcel-events.example/problems/not-found"
}