Passer au contenu principal
GET
/
marketing
/
v3
/
marketing-events
/
events
/
search
Rechercher des événements marketing spécifiques à l'application par ID d'événement externe
curl --request GET \
  --url https://api.hubapi.com/marketing/v3/marketing-events/events/search \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "appId": 123,
      "externalAccountId": "<string>",
      "externalEventId": "<string>",
      "objectId": "<string>"
    }
  ]
}

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 requête

q
string
requis

L'ID de l'événement marketing dans l'application d'événements externe (ID d'événement externe)

Réponse

successful operation

results
object[]
requis
Last modified on December 9, 2025