v1

latestOpenAPI 3.1.0Proprietary2026-07-24660315.0 KB
Calendars

List Contacts

get/v1/calendars/contacts/list

Query parameters

querystring nullable

Search over names and emails.

Search over names and emails.

tagsstring[] nullable

Tag names or tag IDs to filter contacts. Pass as repeated query params, e.g. ?tags=vip&tags=sponsor. Returns contacts who have any of the specified tags.

Tag names or tag IDs to filter contacts. Pass as repeated query params, e.g. ?tags=vip&tags=sponsor. Returns contacts who have any of the specified tags.

calendar_membership_tier_idstring nullable
membership_status'approved' | 'pending' | 'approved-pending-payment' | 'declined' nullable

This is relevant for Calendar Memberships but not relevant otherwise.

This is relevant for Calendar Memberships but not relevant otherwise.

pagination_cursorstring

Value of next_cursor from a previous request.

Value of next_cursor from a previous request.

pagination_limitnumber

The number of items to return. The server will enforce a maximum number.

The number of items to return. The server will enforce a maximum number.

sort_column'created_at' | 'event_checked_in_count' | 'event_approved_count' | 'name' | 'revenue_usd_cents'
sort_direction'asc' | 'desc' | 'asc nulls last' | 'desc nulls last'

Response

Successful response.

has_moreboolean required
next_cursorstring