Get a container's raw events
Deprecation warning
The raw_events
endpoint is provided as-is.
For past events we recommend consuming transport_events
.
Get a list of past and future (estimated) milestones for a container as reported by the carrier. Some of the data is normalized even though the API is called raw_events.
Normalized attributes: event
and timestamp
timestamp. Not all of the event
values have been normalized. You can expect the the events related to container movements to be normalized but there are cases where events are not normalized.
For past historical events we recommend consuming transport_events
. Although there are fewer events here those events go through additional vetting and normalization to avoid false positives and get you correct data.
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
Path Parameters
Response
Was this page helpful?