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 HubEnterprise
Sales HubSales HubEnterprise
Service HubService HubEnterprise
Content HubContent HubEnterprise

Ámbitos Requeridos

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

200
application/json

successful operation

The response is of type object.