Category: dashboards
Base URL: https://api.trinityinsights.io. The paths below are absolute on this host and already carry the /api/v1 prefix.
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.
| Method | Path | Summary | Auth |
|---|---|---|---|
| DELETE | /api/v1/dashboards/{dashboard_id} | Delete a dashboard | Key |
| GET | /api/v1/dashboards | List user dashboards | Key |
| GET | /api/v1/dashboards/{dashboard_id} | Get a dashboard by ID | Key |
| GET | /api/v1/dashboards/public | List public dashboards (gallery) | Public |
| GET | /api/v1/dashboards/share/{slug} | Get a public dashboard by share slug | Public |
| POST | /api/v1/dashboards | Create a new dashboard | Key |
| POST | /api/v1/dashboards/{dashboard_id}/add-widget | Add a widget to an existing dashboard | Key |
| POST | /api/v1/dashboards/{dashboard_id}/duplicate | Duplicate a dashboard | Key |
| POST | /api/v1/dashboards/fork/{slug} | Fork a public dashboard | Key |
| PUT | /api/v1/dashboards/{dashboard_id} | Update a dashboard (autosave) | Key |