curl --request GET \
--url https://api.hubapi.com/marketing/marketing-events/2026-03/participations/{externalAccountId}/{externalEventId} \
--header 'Authorization: Bearer <token>'{
"attended": 123,
"cancelled": 123,
"noShows": 123,
"registered": 123
}マーケティングイベントの参加カウンターを、externalAccountIdとexternalEventIdのペアで読み取ります。
curl --request GET \
--url https://api.hubapi.com/marketing/marketing-events/2026-03/participations/{externalAccountId}/{externalEventId} \
--header 'Authorization: Bearer <token>'{
"attended": 123,
"cancelled": 123,
"noShows": 123,
"registered": 123
}Documentation Index
Fetch the complete documentation index at: https://developers.hubspot.jp/docs/llms.txt
Use this file to discover all available pages before exploring further.
Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
外部イベントアプリケーションでこのマーケティングイベントに関連付けられているaccountId。
外部イベントアプリケーションのマーケティングイベントのID。