{ "opencollection": "1.0.0", "info": { "name": "Ballerina Central Connectors Organizations API", "version": "1.0.0" }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "Get organization details", "type": "http" }, "http": { "method": "GET", "url": "https://api.central.ballerina.io/2.0/organizations/:org", "params": [ { "name": "org", "value": "", "type": "path", "description": "Organization name" } ] }, "docs": "Returns metadata for a Ballerina Central organization." }, { "info": { "name": "List organization packages", "type": "http" }, "http": { "method": "GET", "url": "https://api.central.ballerina.io/2.0/organizations/:org/packages", "params": [ { "name": "org", "value": "", "type": "path" }, { "name": "offset", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Returns packages belonging to a specific organization." } ] } ], "bundled": true }