Retrieve a previously generated shipment label. This call is the metadata about the label, the images of the labels must be asked for specifically in the call, or directly using the `getLabelImageV1` call.
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
shipiumShipmentId
string
required
carrierSelectionId
string
required
shipiumLabelId
string
required
includeLabelImagesInResponse
boolean
required
truefalse
X-DELEGATED-PARTNER-ID
string
Response Codes
``200 Label previously generated for the shipment.
``404 Unable to find Carrier Label
Updated 26 days ago
* * *
#### Code Example
```bash
curl --request GET \
--url 'https://api.shipium.com/api/v1/deliveryexperience/shipment/shipiumShipmentId/carrierSelection/carrierSelectionId/label/shipiumLabelId?includeLabelImagesInResponse=true' \
--header 'accept: application/json'
Click Try It! to start a request and see the response here!