{ "opencollection": "1.0.0", "info": { "name": "Buildkite Agent Access Token Meta API", "version": "v3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Meta", "type": "folder" }, "items": [ { "info": { "name": "Get Meta Information", "type": "http" }, "http": { "method": "GET", "url": "https://agent.buildkite.com/v3/meta" }, "docs": "Get Meta Information" } ] } ], "bundled": true }