Supported products
Supported products
Scope requirements
Scope requirements
Retrieve event types
To request all types of events, make aGET request to /events/v3/events/event-types. The response will include all event types, including custom events and app events.
The returned list is exhaustive and includes event types regardless of whether an account uses the associated features. This means an event type will be returned even if the account doesn’t or can’t receive occurrences for it. For example, an event type only available to Enterprise subscriptions is returned for an account with a Professional subscription.
Retrieve event occurrences
To retrieve event occurrences, make aGET request to /events/v3/events. Use the following query parameters to retrieve specific occurrences. You can use multiple query parameters to retrieve occurrences that meet specific criteria.
Below are some examples of requests you can build using the above query parameters:
Your response will include details about the specific event occurrences. For example, the response for
GET /events/v3/events/?eventType=e_visited_page&occurredAfter=2026-01-05T11:00:00-05:00 would look similar to: