List tracking requests
Returns a list of your tracking requests. The tracking requests are returned sorted by creation date, with the most recent tracking request appearing first.
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
A search term to be applied against request_number and reference_numbers.
filter by status
created
, pending
, failed
"created"
filter by shipping line scac
"MSCU"
filter by tracking_requests created_at
after a certain ISO8601 timestamp
"2020-04-28T22:59:15Z"
filter by tracking_requests created_at
before a certain ISO8601 timestamp
"2020-04-28T22:59:15Z"
Comma delimited list of relations to include. 'tracked_object' is included by default.
filter by request_number
Was this page helpful?