Boards
Boards are the primary delivery target for display updates. Each board has a signed ID and can have multiple devices registered to it.
Endpoints
| Method | Route | Description |
|---|---|---|
GET | /v1.0/boards | List all boards for the authenticated user. |
POST | /v1.0/boards | Create a new board. Returns the signed board ID. |
DELETE | /v1.0/boards/{boardId} | Delete a board and unregister all associated devices. |
Creating a board
You can create boards through the admin portal or via the API. Each board receives a unique signed ID that you use when publishing updates.
Board lifecycle
- Create a board via the admin portal or API.
- Bind devices to the board using the mobile app.
- Publish updates to the board — all bound devices receive the content.
- Delete the board when it's no longer needed. Deletion is permanent and removes all device bindings.