list_seat_maps
Retrieve seat maps for an organization via the Eventbrite API. Filter by venue ID or name to find specific seating arrangements.
Instructions
List Seat Maps by Organization.
ENDPOINT: GET /organizations/{organization_id}/seatmaps/
PARAMETERS:
venue_id: Filter by venue
venue_name_filter: Filter by venue name substring
WARNING: Response not paginated yet, will be paginated soon.
AUTHENTICATION: Requires: Authorization: Bearer PERSONAL_OAUTH_TOKEN
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| venue_id | No | Venue ID filter | |
| organization_id | Yes | Organization ID (required) | |
| venue_name_filter | No | Venue name filter |