{ "opencollection": "1.0.0", "info": { "name": "QuantCDN AI Agents Organizations API", "version": "4.15.8" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "Retrieve all organizations", "type": "http" }, "http": { "method": "GET", "url": "https://dashboard.quantcdn.io/api/v2/organizations" }, "docs": "Retrieve all organizations" }, { "info": { "name": "Get details of a single organization", "type": "http" }, "http": { "method": "GET", "url": "https://dashboard.quantcdn.io/api/v2/organizations/:organization", "params": [ { "name": "organization", "value": "test-org", "type": "path", "description": "Organization identifier" } ] }, "docs": "Get details of a single organization" } ] } ], "bundled": true }