API referenceDashboards
DELETE /dashboards/{dashboardId}
curl -X DELETE "https://example.com/dashboards/string"{ "$schema": "https://example.com/schemas/OkOutputBody.json", "ok": true}POST /dashboards POST
Author a dashboard tailored to this org's business. Discover which custom dimensions exist via /analytics/dimensions, then define widgets that bind to /analytics/breakdown (dimension=tag&tagKey=<key>), /analytics/timeseries, and /analytics/latency, optionally scoped by filterTagKey+filterTagValue.
GET /dashboards/{dashboardId} GET
Next Page