Create Invitation List
Creates a new invitation list for an event. Requires event_id and name in the request body. After creating the list, use the Add Contact endpoint to populate it with contacts who should be invited to register.
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}.
Body
Response
Create Object
34
"test list update"
Only included when fields parameter includes 'notes'
"random notes"
The module type ('main' or 'cfs') - only included when fields parameter includes 'module'
"main"
Only included when fields parameter includes 'reg_type_id'
null
Only included when fields parameter includes 'package_id'
null
Only included when fields parameter includes 'cfs_role_id'
null
Only included when fields parameter includes 'created_at'
"2025-10-06 20:49:50"
Only included when fields parameter includes 'updated_at'
"2025-10-06 21:10:41"