Get All Invitation Lists
Retrieves all invitation lists for your account. Invitation lists are curated groups of contacts who are invited to register for specific events. Lists can be used to control registration access when invitation-only mode is enabled on an event.
Authorizations
OAuth 2.0 bearer token obtained from POST /oauth2/token. Tokens expire after 30 minutes. Include in the Authorization header as Bearer {access_token}.
Query Parameters
string - optional - Comma separated list of fields you want to return (e.g., 'id,name,notes')
"id,name"
string - optional - Filter conditions to narrow the results. Valid operators are =, !=, >=, <=, >, <, contains, beginswith, endswith
"id>123"
integer - optional - The page of results you want to view
"1"
integer - optional - The number of results per page (to a max of 1000)
"20"
string - optional - Sort the results (add - in front for opposite sort direction, e.g. "-id")
null
integer - optional - Filter invitation lists by event ID
4261