{ "opencollection": "1.0.0", "info": { "name": "One-Shot access connected-sources API", "version": "1.0.0" }, "items": [ { "info": { "name": "connected-sources", "type": "folder" }, "items": [ { "info": { "name": "Start Github Connected Source Setup", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/connected-sources/setup/start/github", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Start Github Connected Source Setup" }, { "info": { "name": "Start Slack Connected Source Setup", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/connected-sources/setup/start/slack", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Start Slack Connected Source Setup" }, { "info": { "name": "Start Uploaded File Connected Source Setup", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/connected-sources/setup/start/uploaded-file", "body": { "type": "multipart-form", "data": [] }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Start Uploaded File Connected Source Setup" }, { "info": { "name": "List Available Connected Sources", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/connected-sources/available", "params": [ { "name": "adapter", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List Available Connected Sources" }, { "info": { "name": "List Connected Sources", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/workspaces/:workspace_id/connected-sources", "params": [ { "name": "workspace_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List Connected Sources" }, { "info": { "name": "Create Workspace Connected Source", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/workspaces/:workspace_id/connected-sources", "params": [ { "name": "workspace_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create Workspace Connected Source" }, { "info": { "name": "Remove Connected Source", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/workspaces/:workspace_id/connected-sources/:connected_source_id", "params": [ { "name": "connected_source_id", "value": "", "type": "path" }, { "name": "workspace_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Remove Connected Source" } ] } ], "bundled": true }