{ "opencollection": "1.0.0", "info": { "name": "Grafana HTTP Access Organizations API", "version": "11.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "Search organizations", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.grafana.net/api/orgs", "params": [ { "name": "query", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "perpage", "value": "", "type": "query" } ] }, "docs": "Search organizations" }, { "info": { "name": "Create organization", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.grafana.net/api/orgs", "body": { "type": "json", "data": "{}" } }, "docs": "Create organization" }, { "info": { "name": "Get organization by ID", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.grafana.net/api/orgs/:orgId", "params": [ { "name": "orgId", "value": "", "type": "path" } ] }, "docs": "Get organization by ID" }, { "info": { "name": "Update organization", "type": "http" }, "http": { "method": "PUT", "url": "https://{instance}.grafana.net/api/orgs/:orgId", "params": [ { "name": "orgId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update organization" }, { "info": { "name": "Delete organization", "type": "http" }, "http": { "method": "DELETE", "url": "https://{instance}.grafana.net/api/orgs/:orgId", "params": [ { "name": "orgId", "value": "", "type": "path" } ] }, "docs": "Delete organization" }, { "info": { "name": "Get users in organization", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.grafana.net/api/orgs/:orgId/users", "params": [ { "name": "orgId", "value": "", "type": "path" } ] }, "docs": "Get users in organization" }, { "info": { "name": "Add user to organization", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.grafana.net/api/orgs/:orgId/users", "params": [ { "name": "orgId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add user to organization" } ] } ], "bundled": true }