{ "opencollection": "1.0.0", "info": { "name": "Companies AI Embed Integrations API", "version": "v296.0-SNAPSHOT" }, "items": [ { "info": { "name": "Integrations", "type": "folder" }, "items": [ { "info": { "name": "List Google Drive accounts", "type": "http" }, "http": { "method": "GET", "url": "https://marketplace.appdirect.com/api/api/v1/integrations/google-drive/accounts" }, "docs": "Retrieves Google Drive OAuth accounts for the current user." }, { "info": { "name": "List OneDrive accounts", "type": "http" }, "http": { "method": "GET", "url": "https://marketplace.appdirect.com/api/api/v1/integrations/onedrive/accounts" }, "docs": "Retrieves OneDrive OAuth accounts for the current user." }, { "info": { "name": "Disconnect a OneDrive account", "type": "http" }, "http": { "method": "DELETE", "url": "https://marketplace.appdirect.com/api/api/v1/integrations/onedrive/accounts/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The OAuth token ID." } ] }, "docs": "Deletes the specified OneDrive OAuth token." }, { "info": { "name": "Search OneDrive content", "type": "http" }, "http": { "method": "POST", "url": "https://marketplace.appdirect.com/api/api/v1/integrations/onedrive/search", "body": { "type": "json", "data": "{}" } }, "docs": "Searches OneDrive files and folders." }, { "info": { "name": "List OneDrive folder children", "type": "http" }, "http": { "method": "POST", "url": "https://marketplace.appdirect.com/api/api/v1/integrations/onedrive/children", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves child items for a OneDrive folder." }, { "info": { "name": "List SharePoint children", "type": "http" }, "http": { "method": "POST", "url": "https://marketplace.appdirect.com/api/api/v1/integrations/onedrive/sharepoint", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves child items for a SharePoint site." }, { "info": { "name": "List Confluence accounts", "type": "http" }, "http": { "method": "GET", "url": "https://marketplace.appdirect.com/api/api/v1/integrations/confluence/accounts" }, "docs": "Retrieves Confluence OAuth accounts for the current user." }, { "info": { "name": "Search Confluence content", "type": "http" }, "http": { "method": "POST", "url": "https://marketplace.appdirect.com/api/api/v1/integrations/confluence/search", "body": { "type": "json", "data": "{}" } }, "docs": "Searches Confluence content for selection." }, { "info": { "name": "List Jira accounts", "type": "http" }, "http": { "method": "GET", "url": "https://marketplace.appdirect.com/api/api/v1/integrations/jira/accounts" }, "docs": "Retrieves Jira OAuth accounts for the current user." }, { "info": { "name": "Search Jira projects", "type": "http" }, "http": { "method": "POST", "url": "https://marketplace.appdirect.com/api/api/v1/integrations/jira/search", "body": { "type": "json", "data": "{}" } }, "docs": "Searches Jira projects for selection." }, { "info": { "name": "List GitHub accounts", "type": "http" }, "http": { "method": "GET", "url": "https://marketplace.appdirect.com/api/api/v1/integrations/github/accounts" }, "docs": "Retrieves GitHub OAuth accounts for the current user." }, { "info": { "name": "List GitHub app installations", "type": "http" }, "http": { "method": "GET", "url": "https://marketplace.appdirect.com/api/api/v1/me/integrations/github/installs" }, "docs": "Retrieves GitHub app installations for the current user." }, { "info": { "name": "Search GitHub repositories", "type": "http" }, "http": { "method": "POST", "url": "https://marketplace.appdirect.com/api/api/v1/integrations/github/search", "body": { "type": "json", "data": "{}" } }, "docs": "Searches GitHub repositories accessible to an installation." }, { "info": { "name": "Preview GitHub repository", "type": "http" }, "http": { "method": "POST", "url": "https://marketplace.appdirect.com/api/api/v1/integrations/github/preview", "body": { "type": "json", "data": "{}" } }, "docs": "Previews repository content for selection." } ] } ], "bundled": true }