Events
List events
GET
/sites/{id}/eventsReturns events recorded for a site, newest first.
Parameters
Authorizationheaderstringrequired
Authentication credentials, e.g.
Bearer <token> (bearerAuth (http bearer)).idpathstringrequired
Site identifier.
typequeryenum<string>
Options:
Filter by event type.pageview, click, customResponses
200A list of events.
idstringrequired
typeenum<string>required
Options:
pageview, click, customurlstring
Page URL where the event occurred.
timestampstring
200 example
Code samples
cURL
Last updated on