REST API v2. Authenticate with a Bearer JWT in the Authorization header unless an endpoint is marked public.
Servers​
Scan overview by event and ticket type​
Authorizations​
Parameters​
Query Parameters
Filter unique/access scans to this timestamp or date (inclusive). Tickets sold is not date-windowed.
Filter unique/access scans to this timestamp or date (exclusive). Must be greater than check_in_from.
Filter by events. Expected comma-separated event ID(s).
Filter by ticket types. Expected comma-separated ticket type ID(s).
Responses​
Flat list of scan overview rows (one per event and ticket type), including eventName and percentScanned, sorted by uniqueScans desc. uniqueScans/accessScans honor check_in_from/check_in_to.
Scan details by administrator and scan type​
Authorizations​
Parameters​
Query Parameters
Filter by scan date more than or equal to this date.
Filter by scan date less than or equal to this date.
Filter by events. Expected comma-separated event ID(s).
Filter by ticket types. Expected comma-separated ticket type ID(s).
Filter by administrator ID who scanned tickets.
Responses​
Per-administrator rows with flat scanDetails (scan kind, ticket type id/name, unique tickets, total scans)
Compact scan snapshot (grand totals + per-event roll-up)​
Authorizations​
Parameters​
Query Parameters
Filter unique/access scans to this timestamp or date (inclusive). Tickets sold is not date-windowed.
Filter unique/access scans to this timestamp or date (exclusive). Must be greater than check_in_from.
Filter by events. Expected comma-separated event ID(s).
Filter by ticket types. Expected comma-separated ticket type ID(s).
Responses​
Scanned vs sold totals with a percentage scanned, plus a per-event breakdown
