{ "opencollection": "1.0.0", "info": { "name": "Lightdash AiAgents Organization Warehouse Credentials API", "version": "0.3156.1" }, "items": [ { "info": { "name": "Organization Warehouse Credentials", "type": "folder" }, "items": [ { "info": { "name": "List warehouse credentials", "type": "http" }, "http": { "method": "GET", "url": "/api/v1/org/warehouse-credentials", "params": [ { "name": "summary", "value": "", "type": "query", "description": "If true, returns only summaries (name, type) accessible to all members. If false/undefined, returns full credentials requiring manage permission." } ] }, "docs": "Get all warehouse credentials for the current organization" }, { "info": { "name": "Create warehouse credentials", "type": "http" }, "http": { "method": "POST", "url": "/api/v1/org/warehouse-credentials", "body": { "type": "json", "data": "{}" } }, "docs": "Create new warehouse credentials for the organization" }, { "info": { "name": "Get warehouse credential", "type": "http" }, "http": { "method": "GET", "url": "/api/v1/org/warehouse-credentials/:credentialsUuid", "params": [ { "name": "credentialsUuid", "value": "", "type": "path", "description": "the UUID of the warehouse credentials" } ] }, "docs": "Get a specific warehouse credential by UUID" }, { "info": { "name": "Update warehouse credentials", "type": "http" }, "http": { "method": "PATCH", "url": "/api/v1/org/warehouse-credentials/:credentialsUuid", "params": [ { "name": "credentialsUuid", "value": "", "type": "path", "description": "the UUID of the warehouse credentials to update" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update existing warehouse credentials" }, { "info": { "name": "Delete warehouse credentials", "type": "http" }, "http": { "method": "DELETE", "url": "/api/v1/org/warehouse-credentials/:credentialsUuid", "params": [ { "name": "credentialsUuid", "value": "", "type": "path", "description": "the UUID of the warehouse credentials to delete" } ] }, "docs": "Delete warehouse credentials" } ] } ], "bundled": true }