{ "opencollection": "1.0.0", "info": { "name": "Upbound Control Planes Organizations API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "List Organizations", "type": "http" }, "http": { "method": "GET", "url": "https://api.upbound.io/v1/organizations", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "size", "value": "", "type": "query" } ] }, "docs": "List all organizations the authenticated user belongs to." }, { "info": { "name": "Create Organization", "type": "http" }, "http": { "method": "POST", "url": "https://api.upbound.io/v1/organizations", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new organization." }, { "info": { "name": "Get Organization", "type": "http" }, "http": { "method": "GET", "url": "https://api.upbound.io/v1/organizations/:orgName", "params": [ { "name": "orgName", "value": "", "type": "path", "description": "Organization name" } ] }, "docs": "Retrieve details of a specific organization." }, { "info": { "name": "Update Organization", "type": "http" }, "http": { "method": "PUT", "url": "https://api.upbound.io/v1/organizations/:orgName", "params": [ { "name": "orgName", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update organization settings." }, { "info": { "name": "Delete Organization", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.upbound.io/v1/organizations/:orgName", "params": [ { "name": "orgName", "value": "", "type": "path" } ] }, "docs": "Delete an organization and all its resources." } ] } ], "bundled": true }