curl --request GET \
--url https://api.hubapi.com/events/event-occurrences/2026-03/event-types \
--header 'Authorization: Bearer <token>'{
"eventTypes": [
"<string>"
]
}Retrieve a list of visible external event type names for the specified event occurrences in March 2026. This endpoint is useful for identifying the types of events that are available for analysis or reporting within your HubSpot account.
curl --request GET \
--url https://api.hubapi.com/events/event-occurrences/2026-03/event-types \
--header 'Authorization: Bearer <token>'{
"eventTypes": [
"<string>"
]
}Was this page helpful?