Create and Update Event

Learn how to create and update an event on the Eventbrite platform using the Eventbrite API.

The event’s organization

We can create an event using an API call, but the organization ID is required. Every event is associated with an organization, and we need to specify the organization for an event. A default organization is created when we create the Eventbrite account. Visit this page to see the organization profile. We can upload “Organization Logo,” update the “Organization Name,” and set the “Preferred Country.”

The following URL utilizes the GET request method to fetch the details of the organizations:

https://www.eventbriteapi.com/v3/users/me/organizations/

This API call does not take any input parameters and returns a JSON object with organization details. Let’s see some important response parameters:

Get hands-on with 1200+ tech skills courses.