GET
/
marketing
/
v3
/
marketing-events
/
{externalEventId}
/
identifiers
Encontrar eventos de marketing por el ID de eventos externos
curl --request GET \
  --url https://api.hubapi.com/marketing/v3/marketing-events/{externalEventId}/identifiers \
  --header 'Authorization: Bearer <token>'
{
  "total": 123,
  "results": [
    {
      "externalAccountId": "<string>",
      "externalEventId": "<string>",
      "appInfo": {
        "name": "<string>",
        "id": "<string>"
      },
      "objectId": "<string>",
      "marketingEventName": "<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.

Path Parameters

externalEventId
string
required

El id del evento de marketing en la aplicación de eventos externos.

Response

200
application/json

successful operation

The response is of type object.