{ "opencollection": "1.0.0", "info": { "name": "Grafana HTTP Access Home API", "version": "11.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Home", "type": "folder" }, "items": [ { "info": { "name": "Grafana Get Home Dashboard", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.grafana.net/api/dashboards/home" }, "docs": "The Grafana Get Home Dashboard API operation retrieves the dashboard that is configured as the home dashboard for the current user or organization. When a GET request is made to the /dashboards/home endpoint, it returns the dashboard data that should be displayed when a user first logs into Grafana or navigates to the home page. This endpoint is useful for applications that need to programmatically access the default landing dashboard, whether it's a custom dashboard set by an administrator or t" } ] } ], "bundled": true }