GET
/
events
/
v3
/
events
/
event-types
Event Types
curl --request GET \
  --url https://api.hubapi.com/events/v3/events/event-types \
  --header 'Authorization: Bearer <token>'
{
  "eventTypes": [
    "<string>"
  ]
}
Supported products
Requires one of the following products or higher.
Marketing HubMarketing HubEnterprise
Sales HubSales HubEnterprise
Service HubService HubEnterprise
Content HubContent HubEnterprise

Required Scopes

This API requires one of the following scopes:
  • 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.