{ "opencollection": "1.0.0", "info": { "name": "Humanitec AccountType Organization API", "version": "0.28.24" }, "items": [ { "info": { "name": "Organization", "type": "folder" }, "items": [ { "info": { "name": "List active organizations the user has access to.", "type": "http" }, "http": { "method": "GET", "url": "https://api.humanitec.io/orgs" }, "docs": "List active organizations the user has access to." }, { "info": { "name": "Get the specified Organization.", "type": "http" }, "http": { "method": "GET", "url": "https://api.humanitec.io/orgs/:orgId", "params": [ { "name": "orgId", "value": "sample-org", "type": "path", "description": "The Organization ID" } ] }, "docs": "Get the specified Organization." } ] } ], "bundled": true }