Pular para o conteúdo principal
GET
/
marketing
/
v3
/
marketing-events
/
{externalEventId}
/
identifiers
Encontrar eventos de marketing por ID de evento externo
curl --request GET \
  --url https://api.hubapi.com/marketing/v3/marketing-events/{externalEventId}/identifiers \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "externalEventId": "<string>",
      "marketingEventName": "<string>",
      "objectId": "<string>",
      "appInfo": {
        "id": "<string>",
        "name": "<string>"
      },
      "externalAccountId": "<string>"
    }
  ],
  "total": 123
}

Produtos suportados

Requer um dos seguintes produtos ou superior.
Marketing HubMarketing Hub -Grátis
Sales HubSales Hub -Grátis
Service HubService Hub -Grátis
Content HubContent Hub -Grátis

Autorizações

Authorization
string
header
obrigatório

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

Parâmetros de caminho

externalEventId
string
obrigatório

O ID do evento de marketing no aplicativo de eventos externos.

Resposta

successful operation

results
object[]
obrigatório
total
integer<int32>
obrigatório

Quantidade total de elementos

Last modified on December 10, 2025