Skip to main content
POST
Create Dashboard

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
teamId
string
name
string
description
string
tabs
DashboardTab · object[]

Tabs only; each tab's widgets must be empty on create.

variables
DashboardVariable · object[]

Response

200 - application/json

Success

data
data · object

A dashboard owns its tabs and names each widget by id; widgets are their own resource. No list endpoint, no concurrency version.