{ "opencollection": "1.0.0", "info": { "name": "Preset Authentication Databases API", "version": "1.0" }, "items": [ { "info": { "name": "Databases", "type": "folder" }, "items": [ { "info": { "name": "List database connections (Superset proxy)", "type": "http" }, "http": { "method": "GET", "url": "https://api.app.preset.io/api/v1/database/", "params": [ { "name": "q", "value": "", "type": "query", "description": "Superset Rison/JSON-encoded query for filtering, ordering, and pagination." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Per-workspace proxy to the Apache Superset Database API." }, { "info": { "name": "Create a database connection (Superset proxy)", "type": "http" }, "http": { "method": "POST", "url": "https://api.app.preset.io/api/v1/database/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a database connection (Superset proxy)" }, { "info": { "name": "Get a database connection by id (Superset proxy)", "type": "http" }, "http": { "method": "GET", "url": "https://api.app.preset.io/api/v1/database/:pk", "params": [ { "name": "pk", "value": "", "type": "path", "description": "The Superset object primary key (id)." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a database connection by id (Superset proxy)" } ] } ], "bundled": true }