get_inventory_tier
Retrieve an Eventbrite event's inventory tier by ID to inspect capacity across tickets and GA holds. Provide event and tier IDs to get details or identify missing/unauthorized records.
Instructions
Retrieve an Inventory Tier by ID for an Event.
ENDPOINT: GET /events/{event_id}/inventory_tiers/{inventory_tier_id}/
Inventory Tier controls capacity across multiple tickets. Supports GA holds.
ERRORS (403):
NOT_AUTHORIZED
ERRORS (404):
NOT_FOUND: Event or inventory_tier_id doesn't exist
AUTHENTICATION: Requires: Authorization: Bearer PERSONAL_OAUTH_TOKEN
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | Event ID (required) | |
| inventory_tier_id | Yes | Inventory Tier ID (required) |