Get all products (paginated)
Retrieves a paginated list of products for the organization. Supports filtering by category (booking/additional), by specific product IDs, or by space ID. Always returns paginated results for consistent API behavior.
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 products by category. BOOKING for space reservation products, ADDITIONAL for supplementary services.
booking, additional Comma-separated list of product IDs to filter by. When provided, only products with matching IDs are returned (still paginated).
"prod_123,prod_456"
Filter products available for a specific space. Returns only products associated with the given space ID.
"a3f1d7d0-ef1d-4b2e-aad2-123456789abc"
Page number (1-indexed)
x >= 11
Number of items per page
1 <= x <= 10020