list_inventory_tiers
Retrieve inventory tiers for an Eventbrite event to manage ticket capacity and seatmap groups. Filter by seatmap number or whether tiers count against event capacity.
Instructions
List Inventory Tiers for an Event.
ENDPOINT: GET /events/{event_id}/inventory_tiers/
FILTERS:
seatmap_number: Filter by tier group
count_against_event_capacity: Filter by whether tier counts toward capacity
ERRORS (403):
NOT_AUTHORIZED
ERRORS (404):
NOT_FOUND: Event doesn't exist
AUTHENTICATION: Requires: Authorization: Bearer PERSONAL_OAUTH_TOKEN
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | Event ID (required) | |
| seatmap_number | No | Filter by tier group | |
| count_against_event_capacity | No | Filter by capacity counting |