{ "opencollection": "1.0.0", "info": { "name": "Grafana Dashboard Alerting Organizations API", "version": "10.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "List Organizations", "type": "http" }, "http": { "method": "GET", "url": "https://{grafana-host}/api/orgs" }, "docs": "List all organizations (admin only)." }, { "info": { "name": "Create Organization", "type": "http" }, "http": { "method": "POST", "url": "https://{grafana-host}/api/orgs", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new organization." } ] } ], "bundled": true }