{ "opencollection": "1.0.0", "info": { "name": "Dremio Intelligent Lakehouse REST Authentication Sources API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Sources", "type": "folder" }, "items": [ { "info": { "name": "List sources", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}/api/v3/source" }, "docs": "List sources" } ] } ], "bundled": true }