Open Connector
All tools

Google Workspace Marketplace

No catalog description yet.

google-apps-marketplacev1.0.02 tools

Authentication

MethodKindStatusDetails
OAuth 2.0oauth2available

Call a tool

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 catalog

Available tools

2 callable operations

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).

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).

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/appsmarketplace.license

Tags

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).

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).

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/appsmarketplace.license

Tags

userlicense