Zum Hauptinhalt springen
GET
/
events
/
v3
/
events
/
event-types
cURL
curl --request GET \
  --url https://api.hubapi.com/events/v3/events/event-types \
  --header 'Authorization: Bearer <token>'
{
  "eventTypes": [
    "<string>"
  ]
}

Supported products

Autorisierungen

Authorization
string
header
erforderlich

The access token received from the authorization server in the OAuth 2.0 flow.

Antwort

successful operation

eventTypes
string[]
erforderlich

List of event type names.

Last modified on April 9, 2026