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 type by id

Last updated June 17, 2020

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

Method Details

HTTP Methods:

GET

Response Format:

json

Requires Authentication?

Yes

Rate Limited?

Yes

Headers

User-Agent

Products:

Developer Tools

Get the details of a specific timeline event type by its id.

See creating an event type and the Timeline API overview for more details about the details included for event types.

Required Parameters How to use Description
Developer API key hapikey={key}
Used in the request URL as a query parameter.
Your Developer API key. This must be a Developer API key associated with the Developer account that the OAuth app was created in.
App ID /:application-id
Used in the request URL
The ID of the OAuth app, created inside your HubSpot Developer portal.
Event type ID /:event-type-id
Used in the request URL
The ID of the event type that you want to get the details for.