List Events
Return a list of all events this site owns. Events are sorted by created_at
ascending to allow you to do pagination with ease.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the site you wish to load. This is the same string you use in the tracking code.
Query Parameters
A limit on the number of objects to be returned, between 1 and 100.
1 <= x <= 100
A cursor for pagination/navigation. starting_after is an object ID. For example, if you requested 10 site objects, and the last item in the list was ABCDEF, you would send your next request with starting_after=ABCDEF.
A cursor for pagination/navigation. ending_before is an object ID. For example, if you requested 10 site objects, and the first item in the list was ABCDEF, you would send your next request with ending_before=ABCDEF.
Response
List of sites
The response is of type object
.