Data model overview
A high-level map of the entities you'll encounter as you query and mutate the External API. Read this first — every other concept page drills into one part of this graph.
Organization
Your board's own record. There's a single organization per JWT — the one your API key was provisioned for — and the organization query returns it without any arguments.
Members
The people on the board. Members come in two flavors that share a common interface, plus a status enum that tracks where each membership stands.
Events
An event is something the board hosts that people can buy tickets to — a general assembly, a member dinner, a workshop. Events compose four related entities you'll mutate independently: the event itself, its dates, its location, and its ticket specifications.
Tickets
Once an event has dates and a location, you set up the ticket SKUs people will buy. The schema models four distinct concepts here that often get conflated — keep them straight: