Method Details
HTTP Methods:
GET
Response Format:
json
Requires Authentication?
Yes
Rate Limited?
Headers
Products:
Developer Tools
Required Scope:
Get all of the event types for a specific application
There's a new version of the HubSpot API
As of November 30, 2022, HubSpot API Keys are being deprecated and are no longer supported. Continued use of HubSpot API Keys is a security risk to your account and data. Your API Keys could be deactivated at any time after Nov. 30th, and we recommend that you migrate to Private Apps as soon as possible so you do not lose business-critical functionality.
HTTP Methods:
GET
Response Format:
json
Requires Authentication?
Yes
Rate Limited?
Headers
Products:
Developer Tools
Required Scope:
Required Parameters | How to use | Description |
---|---|---|
hapikey= | Used in the request URL | Your Developer HAPIkey. This must be a Developer HAPIkey associated with the Developer portal that the OAuth app was created in. |
application-id | Used in the request URL | The ID of the OAuth app, created inside your HubSpot Developer portal. |
Optional Parameters | How to use | Description |
---|---|---|
None | None | No optional parameters for this method. |
This will return a list of details for any event types created for the specified application-id. Each entry will contain the following fields:
id
: Identifier of the event typename
: Name for the event typeapplicationId
: Application ID that this event type belongs toobjectType
: The particular objectType that this event type is associated with (can be CONTACT, COMPANY, or DEAL).The following fields will be present but may be null:
headerTemplate
: Header template to be used when rendering events of this typedetailTemplate
: Detail template to be used when rendering events of this type