Board API
Direct CRUD access to boards, zones, and tiles — for building your own board management UI, syncing content from another system, or wiring up custom automations. Every endpoint requires an X-API-Key header.
Board-scoped keys
An API key can be scoped to one specific board (set when the key is created, in Settings → API Keys). Every endpoint below that targets a board checks this: an unscoped key can reach any board in the business; a board-scoped key gets 403 against any other board.
403 Forbidden
{ "error": "This API key is not authorized for this board." }404 Not Found
{ "error": "Board not found." }
