There's a new version of the HubSpot API

As of November 30, 2022, HubSpot API keys are no longer a supported authentication method for accessing HubSpot APIs. Instead, you should use a private app access token or OAuth to authenticate API calls. Learn more about this change and how to migrate an API key integration to use a private app instead.

Get Email Event By ID

Last updated June 17, 2020

GET /email/public/v1/events/:created/:id

Method Details

HTTP Methods:

GET

Response Format:

json

Requires Authentication?

Yes

Rate Limited?

Yes

Headers

User-Agent

Products:

Marketing

Required Scope:

content

Query the event log for a specific event and get results for that email event.

Required Parameters How to use Description
OAuth access token or private app access token Authorization: Bearer {token} header Used to authenticate the request. Please see this page for more details about authentication.
Event Creation Timestamp :created - Used in the request URL The creation timestamp (in milliseconds since epoch) of the event to return.
Event ID :id - Used in the request URL The unique ID of the event to return.
Optional Parameters How to use Description
None None No optional parameters for this method.
Refer to the Email Events Overview for a full description of events, including the different event types, what they represent, how they're related, and their properties.