Built by Metorial, the integration platform for agentic AI.
List events belonging to an organization. Supports filtering by status and time, and pagination. Uses the organization ID from config if not explicitly provided.
Update an existing event's details. All fields except the event ID are optional — only provided fields will be updated.
Create, update, delete, or list ticket classes for an event. Ticket classes define the types of tickets available (e.g., General Admission, VIP) with pricing, quantity, and sales configuration.
Publish or unpublish an Eventbrite event. Publishing makes the event publicly visible; unpublishing removes it from public listings.
Get or create organizer profiles. Organizers are the public-facing entities associated with events. Use this to retrieve organizer details or create new organizer profiles within an organization.
Create, update, delete, get, or list discount codes for an organization. Discounts can be percentage-based or fixed-amount and can be scoped to specific events or ticket classes.
Retrieve profile information and organizations for the currently authenticated Eventbrite user. Useful for discovering the user's organization IDs and account details.
List ticket orders for a specific event or across an entire organization. Returns order details including buyer information, costs, and status.
Retrieve detailed information about a specific Eventbrite event by its ID. Returns the event's name, description, start/end times, status, capacity, venue, organizer, and other metadata.
Create a new event within an organization. Requires a name, start/end times with timezone, and currency. Optionally set a venue, organizer, capacity, and visibility.
List attendees for a specific event. Returns attendee details including name, email, ticket class, check-in status, and order information. Supports filtering by status and change timestamp.
Get, list, or create venues within an organization. Venues contain address and capacity information and can be associated with events.
Retrieve detailed information about a specific ticket order by its ID. Returns buyer details, costs, attendee information, and order status.