{ "opencollection": "1.0.0", "info": { "name": "Buildkite REST AccessToken Organizations API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "List organizations", "type": "http" }, "http": { "method": "GET", "url": "https://api.buildkite.com/v2/organizations" }, "docs": "List organizations" }, { "info": { "name": "Get an organization", "type": "http" }, "http": { "method": "GET", "url": "https://api.buildkite.com/v2/organizations/:org", "params": [ { "name": "org", "value": "", "type": "path", "description": "Organization slug." } ] }, "docs": "Get an organization" }, { "info": { "name": "List members", "type": "http" }, "http": { "method": "GET", "url": "https://api.buildkite.com/v2/organizations/:org/members", "params": [ { "name": "org", "value": "", "type": "path", "description": "Organization slug." } ] }, "docs": "List members" }, { "info": { "name": "Get a member", "type": "http" }, "http": { "method": "GET", "url": "https://api.buildkite.com/v2/organizations/:org/members/:userUuid", "params": [ { "name": "org", "value": "", "type": "path", "description": "Organization slug." }, { "name": "userUuid", "value": "", "type": "path" } ] }, "docs": "Get a member" } ] } ], "bundled": true }