curl --request GET \
--url https://public-api.sessionboard.com/v1/dashboards \
--header 'x-access-token: <api-key>'[
{
"id": "<string>",
"name": "<string>",
"event_id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
]Returns all dashboards across all events in the organization. Organization is resolved from the API token. No orgId required. Requires the read:insights scope.
curl --request GET \
--url https://public-api.sessionboard.com/v1/dashboards \
--header 'x-access-token: <api-key>'[
{
"id": "<string>",
"name": "<string>",
"event_id": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
]