Attendees
List Attendees
List attendees for an event with pagination and status filtering
GET
List Attendees
Returns a paginated list of attendees (ticket holders) for an event.Path Parameters
The unique identifier of the event.
Query Parameters
Page number (starts at 1).
Number of attendees per page. Maximum:
200.Comma-separated list of ticket statuses to include.Allowed values:
valid, checked_in, pending_approval, invited.Example: ?status=valid,checked_inResolve a Gomry ticket QR code to its attendee(s). QR codes encode a URL of
the form
https://gomry.com/ticket/{eventId}?pk={pk} — pass that pk here
to look up the matching ticket(s). The value may be a paymentID (group
purchases return all tickets under the payment) or a ticket document ID.
Filtered to the same status set; page and page_size still apply.