Skip to main content
POST
Create a new dashboard

Authorizations

X-Session-Token
string
header
required

Session token for authentication.

Body

application/vnd.api+json

The dashboard to create. Owner is set automatically from the authenticated user.

data
object
required

Response

Get a dashboard.

JSON API response object

data
object
required

A user-owned dashboard, composed of cards laid out on a fixed-slot bento grid. The shape of each card instance is defined by the frontend card registry; the API treats the cards array as opaque JSON.

jsonapi
object
required