get_capacity_tier
Retrieve the capacity tier for a specific event to check GA holds against event capacity. Provide the event ID to get tier details and handle authorization or not-found errors.
Instructions
Retrieve capacity tier for an event.
ENDPOINT: GET /events/{event_id}/capacity_tier/
Capacity tier for GA holds against event capacity (not tiered inventory).
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) |