{ "opencollection": "1.0.0", "info": { "name": "Google Chrome Management App Details API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.google.com/o/oauth2/v2/auth", "accessTokenUrl": "https://oauth2.googleapis.com/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "App Details", "type": "folder" }, "items": [ { "info": { "name": "Get Chrome app details", "type": "http" }, "http": { "method": "GET", "url": "https://chromemanagement.googleapis.com/v1/customers/:customerId/apps/chrome/:appId", "params": [ { "name": "customerId", "value": "", "type": "path", "description": "Google Workspace customer ID. Use 'my_customer' to refer to the customer associated with the authenticated admin." }, { "name": "appId", "value": "", "type": "path", "description": "The Chrome Web Store app ID." } ] }, "docs": "Retrieves specific information about a Chrome app or extension by its app ID. Returns metadata including name, description, permissions, icons, type, and store information." }, { "info": { "name": "Get Android app details", "type": "http" }, "http": { "method": "GET", "url": "https://chromemanagement.googleapis.com/v1/customers/:customerId/apps/android/:appId", "params": [ { "name": "customerId", "value": "", "type": "path", "description": "Google Workspace customer ID. Use 'my_customer' to refer to the customer associated with the authenticated admin." }, { "name": "appId", "value": "", "type": "path", "description": "The Android app package name." } ] }, "docs": "Retrieves specific information about an Android app by its package name. Returns metadata for apps available on managed ChromeOS devices through Google Play." }, { "info": { "name": "Get web app details", "type": "http" }, "http": { "method": "GET", "url": "https://chromemanagement.googleapis.com/v1/customers/:customerId/apps/web/:appId", "params": [ { "name": "customerId", "value": "", "type": "path", "description": "Google Workspace customer ID. Use 'my_customer' to refer to the customer associated with the authenticated admin." }, { "name": "appId", "value": "", "type": "path", "description": "The web app identifier." } ] }, "docs": "Retrieves specific information about a web app. Returns metadata for progressive web apps or web links available to managed ChromeOS devices." } ] } ], "bundled": true }