Zum Hauptinhalt springen
GET
/
marketing
/
v3
/
marketing-events
/
events
/
search
App-spezifische Marketingevents nach externer Event-ID suchen
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>"
    }
  ]
}

Unterstützte Produkte

Erfordert eines der folgenden Produkte oder höher.
Marketing HubMarketing Hub -Kostenlos
Sales HubSales Hub -Kostenlos
Service HubService Hub -Kostenlos
Content HubContent Hub -Kostenlos

Autorisierungen

Authorization
string
header
erforderlich

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

Abfrageparameter

q
string
erforderlich

Die ID des Marketingevents in der externen Event-Anwendung (externalEventId)

Antwort

successful operation

results
object[]
erforderlich
Last modified on January 26, 2026