List Documents
Retrieves the documents of one or more Shipments. Identify the
Shipments with either shipment_uuids or shipment_ids —
never both — as a comma-joined list (no spaces) of up to 10 values.
Each document comes with a download_url valid for 1 hour; every
call regenerates fresh URLs. When no documents match, the response is
HTTP 200 with an empty data array.
Authorizations
Used by every functional endpoint. Generate the token with POST /auth/oauth/token/ and send it as Authorization: Bearer {token}.
Query Parameters
Up to 10 Shipment UUIDs, comma-joined without spaces. Required if shipment_ids is not provided.
Up to 10 of your Shipment IDs, comma-joined without spaces. Required if shipment_uuids is not provided.
Documents per page.
25 <= x <= 100Page number.