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 event type names. You may use these event types to query the API for event occurrences of a desired type.
Note: the get_types method is only supported in the Python SDK version 12.0.0-beta.1 or later.
curl --request GET \
--url https://api.hubapi.com/events/event-occurrences/2026-03/event-types \
--header 'Authorization: Bearer <token>'{
"eventTypes": [
"<string>"
]
}