Retrieve and Delete Discounts

Learn how to retrieve and delete a discount created for a ticket to an event.

List discounts by organization

We can view the discounts and the details of a specific event. Let’s say, for example, that we want to view the discount on a specific event.

The following URL utilizes the GET request method to retrieve the list of discounts:

https://www.eventbriteapi.com/v3/organizations/{organization_id}/discounts?scope={scope_value}

We can append different parameters with the above URL to retrieve the list of discounts. The table below shows the different values that we can use to filter the list of discounts. It returns a paginated JSON object of discounts.

Get hands-on with 1200+ tech skills courses.