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