List shipments
Returns a list of your shipments. The shipments are returned sorted by creation date, with the most recent shipments appearing first.
This api will return all shipments associated with the account. Shipments created via the tracking_request
API aswell as the ones added via the dashboard will be retuned via this endpoint.
Authorizations
Token YOUR_API_TOKEN
The APIs require authentication to be done using header-based API Key and Secret Authentication.
API key and secret are sent va the Authorization
request header.
You send your API key and secret in the following way:
Authorization: Token YOUR_API_KEY
Query Parameters
Search shipments by master bill of lading, reference number, or container number.
Comma delimited list of relations to include
Search shipments by the original request tracking request_number
Response
Was this page helpful?