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,
"paging": {
"next": {
"after": "<string>",
"link": "<string>"
},
"prev": {
"before": "<string>",
"link": "<string>"
}
}
}Este ponto de extremidade pesquisa no portal todos os Eventos de marketing cujo externalEventId corresponda ao valor fornecido na solicitação.
Ele recupera o objectId e detalhes adicionais do evento para cada Evento de marketing correspondente.
Como vários Eventos de marketing podem ter o mesmo externalEventId, o ponto de extremidade retorna todos os resultados correspondentes.
Observação: Eventos de marketing tornam-se pesquisáveis por externalEventId alguns minutos após a criação.
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,
"paging": {
"next": {
"after": "<string>",
"link": "<string>"
},
"prev": {
"before": "<string>",
"link": "<string>"
}
}
}Produtos suportados
Escopos Necessários
The access token received from the authorization server in the OAuth 2.0 flow.
O ID do evento de marketing no aplicativo de eventos externos.