curl --request GET \
--url https://api.hubapi.com/marketing/v3/marketing-events/participations/{marketingEventId} \
--header 'Authorization: Bearer <token>'{
"attended": 123,
"cancelled": 123,
"noShows": 123,
"registered": 123
}Read Marketing event’s participations counters by internal identifier marketingEventId.
curl --request GET \
--url https://api.hubapi.com/marketing/v3/marketing-events/participations/{marketingEventId} \
--header 'Authorization: Bearer <token>'{
"attended": 123,
"cancelled": 123,
"noShows": 123,
"registered": 123
}Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
The internal id of the marketing event in HubSpot.
successful operation
Number of attended contact records of a marketing event
Number of cancelled contact records of a marketing event
Number of no-show contact records of a marketing event
Number of registered contact records of a marketing event