Skip to main content
GET
/
integrations
/
v1
/
{application-id}
/
timeline
/
event-types
Get Timeline Event Types
curl --request GET \
  --url https://api.hubapi.com/integrations/v1/{application-id}/timeline/event-types
[
  {
    "id": 1,
    "name": "Event Type Name",
    "headerTemplate": null,
    "detailTemplate": null,
    "objectType": "CONTACT",
    "applicationId": 123
  },
  {
    "id": 74,
    "name": "Another Event Type",
    "headerTemplate": null,
    "detailTemplate": null,
    "objectType": "COMPANY",
    "applicationId": 123
  }
]

Response

200 - application/json

Successful response - Get all of the event types for a specific application

The response is of type object.

Last modified on December 12, 2025