Retrieve a list of events
Retrieves a list of events for the authenticated organization.
This endpoint uses cursor-based pagination via Link headers. See Pagination for details.
Authorizations
Basic Authentication using API key and secrets is currently the main authentication mechanism.
Query Parameters
The cursor query string is used as the pivot value to filter results. If no value is provided, the first page of results will be returned. To get this value, you must encode the offset, reverse and position into a base64 string.
There are 3 possible parameters to encode:
o: Offsetr: Reversep: Position
For example, r=1&p=300 encoded as a base64 string would be cj0xJnA9MzAw. The query string would then be cursor=cj0xJnA9MzAw.
"cj0xJnA9MzAw"
The size of the page to fetch.
x <= 100Filter events by resource type.
shipment Filter events by the identifier of the affected resource.
Filter events by operation type.
create, update, delete Include events at or after this timestamp (ISO 8601).
Include events at or before this timestamp (ISO 8601).
Response
OK
A list of events for the organization.