{ "opencollection": "1.0.0", "info": { "name": "MongoDB Atlas Administration Clusters Organizations API", "version": "v2" }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "List organizations the API key has access to.", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.mongodb.com/api/atlas/v2/orgs" }, "docs": "List organizations the API key has access to." }, { "info": { "name": "Get one organization by ID.", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.mongodb.com/api/atlas/v2/orgs/:orgId", "params": [ { "name": "orgId", "value": "", "type": "path" } ] }, "docs": "Get one organization by ID." } ] } ], "bundled": true }