{ "opencollection": "1.0.0", "info": { "name": "airbyte-api Applications public_organizations API", "version": "1.0.0" }, "items": [ { "info": { "name": "public_organizations", "type": "folder" }, "items": [ { "info": { "name": "Airbyte List All Organizations for a User", "type": "http" }, "http": { "method": "GET", "url": "https://api.airbyte.com/v1/organizations" }, "docs": "Lists users organizations." }, { "info": { "name": "Airbyte Create OAuth Override Credentials for an Organization and Source Type.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.airbyte.com/v1/organizations/:organizationId/oauthCredentials", "params": [ { "name": "organizationId", "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." }, { "info": { "name": "Airbyte Delete OAuth Override Credentials for an Organization and Source/destination Type.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.airbyte.com/v1/organizations/:organizationId/oauthCredentials/:actorType/:name", "params": [ { "name": "organizationId", "value": "", "type": "path" }, { "name": "actorType", "value": "", "type": "path" }, { "name": "name", "value": "", "type": "path", "description": "The name of the source or destination i.e. google-ads" } ] }, "docs": "Delete a set of OAuth credentials that overrides the Airbyte-provided OAuth credentials used for source/destination OAuth." } ] } ], "bundled": true }