get_organization
Fetch an Eventbrite organization by ID to view its name, image, and business vertical, supporting event creation and management.
Instructions
Get an Organization by ID.
ENDPOINT: GET /organizations/{organization_id}/
Organization represents business structure where Events are created/managed.
ORGANIZATION FIELDS:
id (string): Organization ID
name (string): Organization name
image_id (string, optional): Image ID
vertical (string): Business type (default or music)
AUTHENTICATION: Requires: Authorization: Bearer PERSONAL_OAUTH_TOKEN
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organization_id | Yes | Organization ID (required) |