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>"
}
]
}Retrieves Marketing Events where the externalEventId matches the value provided in the request, limited to events created by the app making the request.
Marketing Events created by other apps will not be included in the results.
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>"
}
]
}Was this page helpful?