Skip to content

List Label Documents

Use the /v1/labels/{label_id}/documents endpoint to retrieve the carrier documents registered against a label, including each document's processing status.

See the Carrier Document Upload guide for an overview of the upload flow and document statuses.

Example Request & Response

curl -i -X GET \
  https://api.shipengine.com/v1/labels/se-28529731/documents \
  -H 'API-Key: YOUR_API_KEY_HERE'