curl --request POST \
--url https://public-api.sessionboard.com/v1/event/{eventId}/dashboards/create \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"name": "<string>",
"description": "<string>",
"widgets": [
{}
]
}
'Create a new dashboard with optional inline widgets. Requires the write:events scope.
curl --request POST \
--url https://public-api.sessionboard.com/v1/event/{eventId}/dashboards/create \
--header 'Content-Type: application/json' \
--header 'x-access-token: <api-key>' \
--data '
{
"name": "<string>",
"description": "<string>",
"widgets": [
{}
]
}
'Organization API token. Generate from Organization Settings → API Tokens.
Dashboard created