List events
Returns events accessible to the authenticated API key.
By default each event is id, name, timezone, starts_at,
ends_at, and features. Pass expand to attach extra collections.
expand=custom_fields includes org-defined event custom field values
(CustomFieldValue[]). An event with no values returns [].
expand=integration_mappings includes conference connector mappings
(EventIntegrationMapping[]) from Integration_Event_Mapping_Union
(Cvent, Grip, Swoogo, Swapcard, ASP, Stova, Bizzabo, Gleanin,
ExpoPlatform, ON24). source is the union key (underscores, e.g.
expo_platform). LiveBuzz / apps-engine campaign IDs are not
included in this expand.
Repeat the query param or comma-separate values:
?expand=custom_fields&expand=integration_mappings
Authorizations
Organization API token. Generate from Organization Settings → API Tokens.
Query Parameters
Page number for pagination.
1 <= x <= 999Number of results per page.
1 <= x <= 100Extra collections on each event in GET /v1/events. Not the same enum
as session Expand (translated_fields, composition, …).
Repeat the parameter (?expand=custom_fields&expand=integration_mappings)
or comma-separate (?expand=custom_fields,integration_mappings).
custom_fields— org-defined Event custom field values. Omitted from the payload when this expand is not requested. Present as[]when requested and the event has no values.integration_mappings—{ name, source, external_event_id }rows from conferenceIntegration_*_Event_Mappings(via the union view).sourceuses underscores (expo_platform, notexpo-platform). LiveBuzz / apps-engine campaign IDs are not included.
custom_fields, integration_mappings 
