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.

shipiumLabelId
string
required

includeLabelImagesInResponse
boolean
required

`200 Label previously generated for the shipment.

`404 Unable to find Carrier Label

Updated 26 days ago


ShellNodeRubyPHPPython

Bearer

```
xxxxxxxxxx

curl --request GET \

 --url 'https://api.shipium.com/api/v1/deliveryexperience/shipment/carrierSelection/label/shipiumLabelId?includeLabelImagesInResponse=true' \

 --header 'accept: application/json'  

```

Click Try It! to start a request and see the response here! Or choose an example:

application/json

`200`\n`404`

Updated 26 days ago