Passer au contenu principal
GET
/
marketing
/
v3
/
marketing-events
/
{externalEventId}
/
identifiers
Rechercher des événements marketing par ID d'événement externe
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
}

Produits pris en charge

Exige l'un des produits suivants ou un produit supérieur.
Marketing HubMarketing Hub -Gratuit
Sales HubSales Hub -Gratuit
Service HubService Hub -Gratuit
Content HubContent Hub -Gratuit

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

externalEventId
string
requis

L'identifiant de l'événement marketing dans l'application d'événements externe.

Réponse

successful operation

results
object[]
requis
total
integer<int32>
requis

Nombre total d'éléments

Last modified on December 9, 2025