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.
- https://api.shipengine.com/v1/labels/{label_id}/documents
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://api.shipengine.com/v1/labels/se-28529731/documents \
-H 'API-Key: YOUR_API_KEY_HERE'