{ "opencollection": "1.0.0", "info": { "name": "Cycloid HTTP CloudCost Organizations API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "List organizations", "type": "http" }, "http": { "method": "GET", "url": "https://http-api.cycloid.io/organizations" }, "docs": "List organizations" }, { "info": { "name": "Create organization", "type": "http" }, "http": { "method": "POST", "url": "https://http-api.cycloid.io/organizations" }, "docs": "Create organization" }, { "info": { "name": "Get organization", "type": "http" }, "http": { "method": "GET", "url": "https://http-api.cycloid.io/organizations/:organization_canonical", "params": [ { "name": "organization_canonical", "value": "", "type": "path" } ] }, "docs": "Get organization" }, { "info": { "name": "List members", "type": "http" }, "http": { "method": "GET", "url": "https://http-api.cycloid.io/organizations/:organization_canonical/members", "params": [ { "name": "organization_canonical", "value": "", "type": "path" } ] }, "docs": "List members" }, { "info": { "name": "List teams", "type": "http" }, "http": { "method": "GET", "url": "https://http-api.cycloid.io/organizations/:organization_canonical/teams", "params": [ { "name": "organization_canonical", "value": "", "type": "path" } ] }, "docs": "List teams" } ] } ], "bundled": true }