Get a venue by ID
Retrieves detailed information about a specific venue including all spaces, opening hours, address, media files, and metadata.
Documentation Index
Fetch the complete documentation index at: https://docs.boseat.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
OAuth2 authentication for Boseat API
Path Parameters
Unique identifier of the venue
"a3f1d7d0-ef1d-4b2e-aad2-123456789abc"
Response
Venue found and returned with complete details
Display name of the venue
"Downtown Event Center"
Physical address of the venue including street address, city, postal code, and country
URL-friendly slug used to identify the venue. Used in URLs and API calls.
"downtown-event-center"
Type of venue, which determines available features, space configurations, and booking rules
coworking, hotel, event_space, sports_facility, podcast_studio, meeting_center, conference_center, restaurant, retail_space, generic "coworking"
List of spaces available within this venue. Each space can be booked independently and may have different capacities and features.
Operating hours for the venue, defining when bookings are available. Each entry specifies a day of the week with opening and closing times.
[
{
"day": "monday",
"open": "09:00",
"close": "18:00"
},
{
"day": "tuesday",
"open": "09:00",
"close": "18:00"
}
]
Additional metadata for the venue. May include integration data, external system references, or custom configuration.
{
"import": "calendarId",
"googleCalendarId": "primary"
}
Media files (images, videos) associated with the venue. Used for display in booking interfaces and marketing materials.