Google Workspace Marketplace
Catalog 暂无描述。
google-apps-marketplacev1.0.02 个 Tools
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
调用示例
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "GOOGLE_APPS_MARKETPLACE_APPSMARKET_CUSTOMER_LICENSE_GET", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("GOOGLE_APPS_MARKETPLACE_APPSMARKET_CUSTOMER_LICENSE_GET", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute GOOGLE_APPS_MARKETPLACE_APPSMARKET_CUSTOMER_LICENSE_GET --data '{ }'Tool 目录
可用 Tools
2 个可调用操作
Appsmarket CustomerLicense GetGOOGLE_APPS_MARKETPLACE_APPSMARKET_CUSTOMER_LICENSE_GETGets the customer's licensing status to determine if they have access to a given app. For more information, see [Getting app installation and licensing details](https://developers.google.com/workspace/marketplace/example-calls-marketplace-api).需要连接1 scope
Gets the customer's licensing status to determine if they have access to a given app. For more information, see [Getting app installation and licensing details](https://developers.google.com/workspace/marketplace/example-calls-marketplace-api).
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/appsmarketplace.licenseTags
customerlicense
Appsmarket UserLicense GetGOOGLE_APPS_MARKETPLACE_APPSMARKET_USER_LICENSE_GETGets the user's licensing status to determine if they have permission to use a given app. For more information, see [Getting app installation and licensing details](https://developers.google.com/workspace/marketplace/example-calls-marketplace-api).需要连接1 scope
Gets the user's licensing status to determine if they have permission to use a given app. For more information, see [Getting app installation and licensing details](https://developers.google.com/workspace/marketplace/example-calls-marketplace-api).
认证
需要 Connected AccountScopes
https://www.googleapis.com/auth/appsmarketplace.licenseTags
userlicense