GET
/
events
/
v3
/
events
/
event-types
イベントタイプ
curl --request GET \
  --url https://api.hubapi.com/events/v3/events/event-types \
  --header 'Authorization: Bearer <token>'
{
  "eventTypes": [
    "<string>"
  ]
}
サポートされる製品
次のいずれかの製品またはそれ以上が必要です。
Marketing HubMarketing HubEnterprise
Sales HubSales HubEnterprise
Service HubService HubEnterprise
Content HubContent HubEnterprise

必須スコープ

この API には、次のいずれかのスコープが必要です。
  • 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.