Skip to main content
GET
/
events
/
v3
/
events
/
event-types
Tipos de eventos
curl --request GET \
  --url https://api.hubapi.com/events/v3/events/event-types \
  --header 'Authorization: Bearer <token>'
{
  "eventTypes": [
    "<string>"
  ]
}

Productos compatibles

Se requiere uno de los siguientes productos o productos de ediciones superiores.
Marketing HubMarketing Hub -Enterprise
Sales HubSales Hub -Enterprise
Service HubService Hub -Enterprise
Content HubContent Hub -Enterprise
Esta API requiere uno de los siguientes ámbitos:
oauth

Authorizations

Authorization
string
header
required

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

Response

successful operation

eventTypes
string[]
required

Lista de nombres de tipos de eventos.

I