SeatBuilder Documentation
Welcome to the SeatBuilder developer docs.
Welcome
SeatBuilder lets you integrate professional, server-backed seat-map selection into your ticketing product. These docs cover the JavaScript SDK, the REST API, and the end-to-end hold → book → release flow.
Get started
- Quickstart — render your first interactive seat map in a few minutes.
- Authentication — public vs. secret keys and how to use them.
- Error model — the shape of API errors and how to handle them.
Guides
- Core concepts — charts, events, seats, and how the pieces fit together.
- Hold & book lifecycle — the full seat lifecycle with verbatim request/response JSON.
- Webhooks — event types, payload envelope, and signature verification.
- Server-side integration — wiring the API into your backend.
- Integration overview · Recipes · Versioning
Reference
- REST API reference — every public endpoint, generated from the API contract.
- SDK reference — the
SeatBuilderbrowser SDK, types, and callbacks.