{ "opencollection": "1.0.0", "info": { "name": "Microsoft Fabric REST API (Core) Capacities Connections API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Connections", "type": "folder" }, "items": [ { "info": { "name": "List connections", "type": "http" }, "http": { "method": "GET", "url": "https://api.fabric.microsoft.com/v1/connections" }, "docs": "List connections" }, { "info": { "name": "Create connection", "type": "http" }, "http": { "method": "POST", "url": "https://api.fabric.microsoft.com/v1/connections", "body": { "type": "json", "data": "{}" } }, "docs": "Create connection" } ] } ], "bundled": true }