Create and Update Event

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

Retrieve an organization’s ID

We can create an event from scratch using the API call. To do this, we’ll first need an organization ID. 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. Click here to see the organization profile. We can upload the “Organization Logo”, update the “Organization Name” and set “Preferred Country.”

The following URL uses the GET method to fetch the details of the organization:

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

This API call doesn’t 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.