{ "opencollection": "1.0.0", "info": { "name": "Buildkite Agent Access Token Organizations API", "version": "v3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "List Organizations", "type": "http" }, "http": { "method": "GET", "url": "https://agent.buildkite.com/v3/organizations" }, "docs": "List Organizations" }, { "info": { "name": "Get An Organization", "type": "http" }, "http": { "method": "GET", "url": "https://agent.buildkite.com/v3/organizations/:org", "params": [ { "name": "org", "value": "", "type": "path", "description": "Organization slug" } ] }, "docs": "Get An Organization" } ] } ], "bundled": true }