Skip to main content
POST
/
v1
/
dashboards
/
create
Create an org dashboard (convenience)
curl --request POST \
  --url https://public-api.sessionboard.com/v1/dashboards/create \
  --header 'Content-Type: application/json' \
  --header 'x-access-token: <api-key>' \
  --data '
{
  "name": "<string>",
  "description": "<string>",
  "widgets": [
    {}
  ]
}
'

Authorizations

x-access-token
string
header
required

Organization API token. Generate from Organization Settings → API Tokens.

Body

application/json
name
string
required
description
string
widgets
object[]

Optional inline widget definitions.

Response

Dashboard created