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 Timeline Event

Last updated June 17, 2020

GET /integrations/v1/:application-id/timeline/event/:event-type-id/:event-id

Method Details

HTTP Methods:

GET

Response Format:

json

Requires Authentication?

Yes

Rate Limited?

Yes

Headers

User-Agent

Products:

Marketing & CRM

Required Scope:

timeline

Get the data for a specific timeline event. All data that the event has will be returned, including the optional fields that were set for you.
Required Parameters How to use Description
 access_token= Used in the request URL. The access_token for the portal that the event was created for.
application-id Used in the request URL The ID of the application that the event type was created for.  The eventTypeId must line up with this application-id.
event-type-id Used in the request URL The event type that you're creating. This must line up with the application-id.
event-id Used in the request URL The ID of the event you want to retrieve.

Optional ParametersHow to useDescription
None None No optional parameters for this method.