Zum Hauptinhalt springen
GET
/
marketing
/
v3
/
marketing-events
/
events
/
search
Encontrar eventos de marketing específicos do aplicativo por ID de evento externo
curl --request GET \
  --url https://api.hubapi.com/marketing/v3/marketing-events/events/search \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "externalAccountId": "<string>",
      "externalEventId": "<string>",
      "appId": 123,
      "objectId": "<string>"
    }
  ]
}

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 -Starter
Esta API requer um dos seguintes escopos:
crm.objects.marketing_events.read

Authorizations

Authorization
string
header
required

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

Query Parameters

q
string
required

O ID do evento de marketing no aplicativo de evento externo (externalEventId)

Response

successful operation

results
object[]
required
I