Skip to main content
GET
/
v1
/
insights
/
dashboards
/
{id}
Get a dashboard
curl --request GET \
  --url https://public-api.sessionboard.com/v1/insights/dashboards/{id} \
  --header 'x-access-token: <api-key>'
{
  "id": "<string>",
  "name": "<string>",
  "widgets": [
    {}
  ]
}

Authorizations

x-access-token
string
header
required

API key for authentication. Obtain from the Sessionboard admin dashboard.

Path Parameters

id
string
required

The dashboard ID.

Response

OK

id
string
name
string
widgets
object[]