cURL
curl --request GET \ --url https://public-api.sessionboard.com/v1/insights/dashboards/{id} \ --header 'x-access-token: <api-key>'
{ "id": "<string>", "name": "<string>", "widgets": [ {} ] }
Retrieve a dashboard with all its widget data. Requires the read:insights scope.
read:insights
API key for authentication. Obtain from the Sessionboard admin dashboard.
The dashboard ID.
OK