REST API v2. Authenticate with a Bearer JWT in the Authorization header unless an endpoint is marked public.
Servers​
Get people waiver report​
Returns a paginated list of tickets with waiver information. Supports filtering by signed/unsigned status, event IDs, free-text _search, and optional sort_by / sort_order.
Authorizations​
Parameters​
Query Parameters
Column to sort by (matches response field names). Defaults to ticketId.
"ticketId""orderId""eventId""eventTitle""purchaseDate""firstName""lastName""billingFirstName""billingLastName""emailAddress""ticketId"Sort direction. Defaults to desc (e.g. newest ticketId first).
"asc""desc""desc"Comma-separated event IDs to filter by
"1,2,3"Omit to return all tickets with waivers. true = signed only, false = unsigned only
falseResponses​
People waiver list
Send waiver reminder emails​
Triggers sending of waiver reminder emails to people with unsigned waivers. Processes in batches and skips tickets that were emailed within the last 24 hours.
Authorizations​
Parameters​
Query Parameters
Comma-separated event IDs to filter by (required)
"1,2,3"Only include tickets purchased at least this many days ago. Omit to include all.
70Batch offset for pagination (returned as newOffset in previous response)
00Responses​
Email batch result
