Skip to content

Category: dashboards

Full list of public endpoints under the dashboards tag. Click any path to open the detailed endpoint page with parameters, responses and ready-to-paste cURL/Python/JavaScript samples.

← All categories

MethodPathSummaryAuth
DELETE/api/v1/dashboards/{dashboard_id}Delete a dashboardKey
GET/api/v1/dashboardsList user dashboardsKey
GET/api/v1/dashboards/{dashboard_id}Get a dashboard by IDKey
GET/api/v1/dashboards/publicList public dashboards (gallery)Public
GET/api/v1/dashboards/share/{slug}Get a public dashboard by share slugPublic
POST/api/v1/dashboardsCreate a new dashboardKey
POST/api/v1/dashboards/{dashboard_id}/add-widgetAdd a widget to an existing dashboardKey
POST/api/v1/dashboards/{dashboard_id}/duplicateDuplicate a dashboardKey
POST/api/v1/dashboards/fork/{slug}Fork a public dashboardKey
PUT/api/v1/dashboards/{dashboard_id}Update a dashboard (autosave)Key

Related resources