Skip to main content
GET
List Documents

Authorizations

Authorization
string
header
required

Used by every functional endpoint. Generate the token with POST /auth/oauth/token/ and send it as Authorization: Bearer {token}.

Query Parameters

shipment_uuids
string

Up to 10 Shipment UUIDs, comma-joined without spaces. Required if shipment_ids is not provided.

shipment_ids
string

Up to 10 of your Shipment IDs, comma-joined without spaces. Required if shipment_uuids is not provided.

limit
integer
default:25

Documents per page.

Required range: 25 <= x <= 100
page
integer
default:1

Page number.

Response

Matching documents (empty data when none).

api_response
string
status
string
message
string
total_pages
integer

Total number of pages available.

data
object[]