Urgent: Privacy setting API

25 views
Skip to first unread message

Amanda M

unread,
Feb 26, 2021, 5:19:42 PM2/26/21
to Eventbrite Developers
Hello,

 What are fields in API response that tell us if event is Private? 
Listed=false & shareable=false?

When creating event in Eventbrite (not via API), we can set it to Private event directly but do not know how to read it in API response?.

Regards
Amanda

Eventbrite Developers

unread,
Mar 8, 2021, 12:57:24 PM3/8/21
to Eventbrite Developers
Hi Amanda,

Thanks for reaching out. To return only private events, you can use a query parameter to filter events by the boolean value of the 'listed' property: "/v3/organizations/:id/events/?listed=false. If you receive an error message calling this endpoint with the listed=false parameter, you will want to instead call "/v3/organizations/:id/events/ , then skip events with listed = true when displaying as a work around. 

Best,
Donna

Reply all
Reply to author
Forward
0 new messages