GET
/
events
/
v3
/
events
/
event-types
Event-Typen
curl --request GET \
  --url https://api.hubapi.com/events/v3/events/event-types \
  --header 'Authorization: Bearer <token>'
{
  "eventTypes": [
    "<string>"
  ]
}
Unterstützte Produkte
Erfordert eines der folgenden Produkte oder höher.
Marketing HubMarketing HubEnterprise
Sales HubSales HubEnterprise
Service HubService HubEnterprise
Content HubContent HubEnterprise

Erforderliche Bereiche

Diese API erfordert einen der folgenden Bereiche:
  • oauth

Authorizations

Authorization
string
header
required

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

Response

200
application/json

successful operation

The response is of type object.