{ "opencollection": "1.0.0", "info": { "name": "airbyte-api Applications public_connections API", "version": "1.0.0" }, "items": [ { "info": { "name": "public_connections", "type": "folder" }, "items": [ { "info": { "name": "Airbyte List Connections", "type": "http" }, "http": { "method": "GET", "url": "https://api.airbyte.com/v1/connections", "params": [ { "name": "workspaceIds", "value": "", "type": "query", "description": "The UUIDs of the workspaces you wish to list connections for. Empty list will retrieve all allowed workspaces." }, { "name": "tagIds", "value": "", "type": "query", "description": "The UUIDs of the tags you wish to list connections for. Empty list will retrieve all connections." }, { "name": "includeDeleted", "value": "", "type": "query", "description": "Include deleted connections in the returned results." }, { "name": "limit", "value": "", "type": "query", "description": "Set the limit on the number of Connections returned. The default is 20." }, { "name": "offset", "value": "", "type": "query", "description": "Set the offset to start at when returning Connections. The default is 0" } ] }, "docs": "Airbyte List Connections" }, { "info": { "name": "Airbyte Create a Connection", "type": "http" }, "http": { "method": "POST", "url": "https://api.airbyte.com/v1/connections", "body": { "type": "json", "data": "{}" } }, "docs": "Airbyte Create a Connection" }, { "info": { "name": "Airbyte Get Connection Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.airbyte.com/v1/connections/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path" } ] }, "docs": "Airbyte Get Connection Details" }, { "info": { "name": "Airbyte Update Connection Details", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.airbyte.com/v1/connections/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Airbyte Update Connection Details" }, { "info": { "name": "Airbyte Delete a Connection", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.airbyte.com/v1/connections/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path" } ] }, "docs": "Airbyte Delete a Connection" } ] } ], "bundled": true }