{ "opencollection": "1.0.0", "info": { "name": "airbyte-api Applications Workspaces API", "version": "1.0.0" }, "items": [ { "info": { "name": "Workspaces", "type": "folder" }, "items": [ { "info": { "name": "Airbyte List Workspaces", "type": "http" }, "http": { "method": "GET", "url": "https://api.airbyte.com/v1/workspaces", "params": [ { "name": "workspaceIds", "value": "", "type": "query", "description": "The UUIDs of the workspaces you wish to fetch. Empty list will retrieve all allowed workspaces." }, { "name": "includeDeleted", "value": "", "type": "query", "description": "Include deleted workspaces in the returned results." }, { "name": "limit", "value": "", "type": "query", "description": "Set the limit on the number of workspaces returned. The default is 20." }, { "name": "offset", "value": "", "type": "query", "description": "Set the offset to start at when returning workspaces. The default is 0" } ] }, "docs": "Airbyte List Workspaces" }, { "info": { "name": "Airbyte Create a Workspace", "type": "http" }, "http": { "method": "POST", "url": "https://api.airbyte.com/v1/workspaces", "body": { "type": "json", "data": "{}" } }, "docs": "Airbyte Create a Workspace" }, { "info": { "name": "Airbyte Get Workspace Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.airbyte.com/v1/workspaces/:workspaceId", "params": [ { "name": "workspaceId", "value": "", "type": "path" } ] }, "docs": "Airbyte Get Workspace Details" }, { "info": { "name": "Airbyte Update a Workspace", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.airbyte.com/v1/workspaces/:workspaceId", "params": [ { "name": "workspaceId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Airbyte Update a Workspace" }, { "info": { "name": "Airbyte Delete a Workspace", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.airbyte.com/v1/workspaces/:workspaceId", "params": [ { "name": "workspaceId", "value": "", "type": "path" } ] }, "docs": "Airbyte Delete a Workspace" }, { "info": { "name": "Airbyte Create OAuth Override Credentials for a Workspace and Source Type.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.airbyte.com/v1/workspaces/:workspaceId/oauthCredentials", "params": [ { "name": "workspaceId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create/update a set of OAuth credentials to override the Airbyte-provided OAuth credentials used for source/destination OAuth.\nIn order to determine what the credential configuration needs to be, please see the connector specification of the relevant source/destination." } ] } ], "bundled": true }