{ "opencollection": "1.0.0", "info": { "name": "Octopus Deploy REST Accounts Root API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-Octopus-ApiKey", "value": "{{X-Octopus-ApiKey}}", "placement": "header" } }, "items": [ { "info": { "name": "Root", "type": "folder" }, "items": [ { "info": { "name": "Retrieve the API root resource", "type": "http" }, "http": { "method": "GET", "url": "https://your-octopus-instance/api/" }, "docs": "Returns the hypermedia document containing links to top-level resources." } ] } ], "bundled": true }