A way to get the list of checked-in attendees

36 views
Skip to first unread message

Marco F.

unread,
Jun 15, 2016, 10:04:08 AM6/15/16
to Eventbrite API
Hi,
I was wondering what's the quickest way to get the list of all those attendees who have been checked-in to a specific event.

Thanks.

Marco F.

Eventbrite API

unread,
Jun 15, 2016, 2:15:36 PM6/15/16
to Eventbrite API
Hi Marco,

We don't have an endpoint that will return a list of checked in attendees but you can get all attendees and parse through them to find the ones who have checked in. 

You'll want to use the 'GET events/:id/attendees' endpoint. You'll receive a list of attendee objects in the response. The attendee object has a barcode field and the value of that field will be either 'used', 'unused', or 'refunded.' You'll know that an attendee is checked in if you find the value 'used' at the barcode key.
Reply all
Reply to author
Forward
0 new messages