There's a new version of the HubSpot API

We're also working on a new documentation website, you're invited to check it out and give us your feedback.

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.