Skip to main content

Supported products

Use the events API to retrieve event types and event occurrences linked to your CRM records. Events include standard events, such as website page views and sequence email opens, as well as custom events and app events. For example, use this API to view a timeline of a contact’s interactions with your content. You can then use this timeline to build a dataset for custom analytics or present a contact timeline in an external application.
Please note: the events API doesn’t include marketing email events, such as opens, clicks, and bounces. To analyze marketing email events, use the email event analytics API.

Retrieve event types

To request all types of events, make a GET 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 a GET 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:
Last modified on May 28, 2026