Search code examples
jsonpeventbrite

How do I get checked-in users in Eventbrite API?


I'm starting a developing a custom control panel for Eventbrite

I need to get a list of all users that checked in through their "At the door" App to get a list of only people IN the event to filter people that registered but didn't assist.

I tried event_list_attendees but I see no parameter stating the user status and the get_event method says nothing about attended.

I already tried searching but I found nothing about it so I find it a little weird so if this is a known issue covered someone else, isn't possible or whatever I missed... please point me in the right direction

Thanks


Solution

  • You can verify check in status via event_list_attendees, you just need to include only_display=barcodes, etc... to your request params, you can find the status @ /attendees/attendee/barcodes/barcode/status in the response with values used or unused meaning if it has the status of used the ticket has been checked in and so on...