Push To Display

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

MethodRouteDescription
GET/v1.0/boardsList all boards for the authenticated user.
POST/v1.0/boardsCreate 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

  1. Create a board via the admin portal or API.
  2. Bind devices to the board using the mobile app.
  3. Publish updates to the board — all bound devices receive the content.
  4. Delete the board when it's no longer needed. Deletion is permanent and removes all device bindings.