Zum Hauptinhalt springen
GET
/
marketing
/
v3
/
marketing-events
/
participations
/
{marketingEventId}
Read participations counters by Marketing Event internal identifier
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

Autorisierungen

Authorization
string
header
erforderlich

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

Pfadparameter

marketingEventId
integer<int64>
erforderlich

The internal id of the marketing event in HubSpot.

Antwort

successful operation

attended
integer<int32>
erforderlich

Number of attended contact records of a marketing event

cancelled
integer<int32>
erforderlich

Number of cancelled contact records of a marketing event

noShows
integer<int32>
erforderlich

Number of no-show contact records of a marketing event

registered
integer<int32>
erforderlich

Number of registered contact records of a marketing event

Last modified on April 9, 2026