Venues / Spaces
Get all spaces
Retrieves a paginated list of all spaces for the organization. Supports optional filtering by venue ID to get spaces for a specific venue.
GET
Error
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
Query Parameters
Filter spaces by venue ID. If provided, returns only spaces belonging to that venue.
Example:
"a3f1d7d0-ef1d-4b2e-aad2-123456789abc"
Page number (1-indexed)
Required range:
x >= 1Example:
1
Number of items per page
Required range:
1 <= x <= 100Example:
20
Error