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>"
}
]
}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>"
}
]
}Productos compatibles
Ámbitos Requeridos
The access token received from the authorization server in the OAuth 2.0 flow.
El ID del evento de marketing en la aplicación de eventos externos (externalEventId)
successful operation
Show child attributes