{ "opencollection": "1.0.0", "info": { "name": "GitHub Enterprise Cloud REST Actions Organizations API", "version": "2026-05-23" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "Get an organization", "type": "http" }, "http": { "method": "GET", "url": "https://api.github.com/orgs/:org", "params": [ { "name": "org", "value": "", "type": "path" } ] }, "docs": "Get an organization" } ] } ], "bundled": true }