List, Cancel, and Delete Events

Learn how to list, cancel, and delete an event using Eventbrite API.

List events by organization

The events can be listed in different ways, and we will be listing events by organization_id. The following URL uses the GET method to retrieve all the events organized by an organization:

https://www.eventbriteapi.com/v3/organizations/{organization_id}/events/

The {organiztion_id} is the required input to list the events. It returns a paginated response with a list of events belonging to the provided {organization_id}. Let’s list the events we created previously.

Get hands-on with 1200+ tech skills courses.