GET
/
marketing
/
v3
/
marketing-events
/
events
/
search
Encontrar eventos de marketing específicos de la aplicación por ID de eventos externos
curl --request GET \
  --url https://api.hubapi.com/marketing/v3/marketing-events/events/search \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "externalAccountId": "<string>",
      "externalEventId": "<string>",
      "appId": 123,
      "objectId": "<string>"
    }
  ]
}
Productos compatibles
Se requiere uno de los siguientes productos o productos de ediciones superiores.
Marketing HubMarketing HubGratuito
Sales HubSales HubGratuito
Service HubService HubGratuito
Content HubContent HubStarter

Ámbitos Requeridos

Esta API requiere uno de los siguientes ámbitos:
  • crm.objects.marketing_events.read

Authorizations

Authorization
string
header
required

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

Query Parameters

q
string
required

El ID del evento de marketing en la aplicación de eventos externos (externalEventId)

Response

200
application/json

successful operation

The response is of type object.