Skip to main contentBoseat is a workspace booking and management platform. The public API lets you:
- Search venues, spaces, and products
- Create and manage bookings end to end
- Sync calendars (Google Calendar)
- Receive real-time updates via webhooks
- Handle invoices and payments
Base URLs
- Production:
https://api.boseat.com/v1
- Staging:
https://api.staging.boseat.com/v1
API style
- REST over HTTPS
- JSON request and response bodies
- OAuth2 bearer tokens for authentication
- Versioned endpoints under
/v1
Core resources
- Products: services/items that can be booked or sold
- Venues and spaces: where bookings happen
- Bookings: availability lookup, creation, confirmation, and lifecycle updates
- Integrations: Google Calendar sync, webhooks for events, invoices/payments
What to read next
- Authentication: set up OAuth2 and retrieve tokens
- Quickstart: list venues and create a booking
- Errors: how to interpret error payloads and correlation IDs
- Rate limits: understand throttling and retries