REST API v2. Authenticate with a Bearer JWT in the Authorization header unless an endpoint is marked public.
Servers
List invites
Get a paginated list of invites
Authorizations
Parameters
Query Parameters
250Filter by event ID (matches invite eventId)
Filter by ticket type ID(s) on pivot inviteTypes. Comma- or space-separated IDs match invites that have any of those types (same idea as v1 typeIds IN (...)).
"9,10"Optional alias for linkUsed: open|redeemed (or 0|1). Ignored if linkUsed is set.
"open""redeemed""0""1"Filter by exact invite group name
Search across inviteGroup, email, firstName, lastName
Responses
A list of invites
Create invite
Create a new invite. Each invite can have a promoCode or storedValueCode (only one) created and linked at creation time. Email is not sent on create unless the body sets sendEmailOnCreate to true (v1 “Send Email when Invite is Created”).
Authorizations
Request Body
Responses
Created invite
List invite groups
Get invite
Delete invite
Update invite
Update an existing invite. promoCode and storedValueCode are not allowed in update.
Authorizations
Parameters
Path Parameters
Request Body
Responses
Updated invite
Send invite email
Bulk delete invites
Find Invites
Authorizations
Parameters
Query Parameters
Limit to results with invites matching this string in part of the inviteGroup, email, firstName, lastName or hash
Request Body
Responses
Create a new Invite
Creates a new invite from the POST data
