Count events
Count events matching the given filters. Admin only — non-admin callers get 403.
Accepts the same filters as GET /api/v1/events except onlyAttendee,
sorting and pagination.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Origin type of the event
community- Event created in a communityuser- Event created on a user profile
community, user ID of the origin (community ID, or user ID when originType is user)
Filter events by creator user ID (admin only or the user themselves)
Exclude events created by the calling user
Event status. When omitted, non-admin callers default to scheduled;
admin callers get every status.
scheduled- Event is scheduledlive- Event is currently liveended- Event has endedcancelled- Event is cancelled
scheduled, live, ended, cancelled Filter events by type
virtual, in_person Event tags for categorization
5100Filter events with start time greater than or equal to this value
Filter events with start time less than or equal to this value
Response
Event count retrieved successfully
42