{ "opencollection": "1.0.0", "info": { "name": "Apigee API Hub Analytics SFDC Channels API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "accessTokenUrl": "https://oauth2.googleapis.com/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "SFDC Channels", "type": "folder" }, "items": [ { "info": { "name": "Apigee List SFDC Channels", "type": "http" }, "http": { "method": "GET", "url": "https://apihub.googleapis.com/v1/projects/:projectId/locations/:locationId/products/:productId/sfdcInstances/:sfdcInstanceId/sfdcChannels", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Google Cloud project ID." }, { "name": "locationId", "value": "", "type": "path", "description": "Google Cloud region or location." }, { "name": "productId", "value": "", "type": "path", "description": "Product identifier (typically the Apigee product name)." }, { "name": "sfdcInstanceId", "value": "", "type": "path", "description": "SFDC instance identifier." }, { "name": "pageSize", "value": "", "type": "query", "description": "Maximum number of items to return per page." }, { "name": "pageToken", "value": "", "type": "query", "description": "Page token returned from a previous list request." } ] }, "docs": "Lists all Salesforce channels configured for an SFDC instance." }, { "info": { "name": "Apigee Create an SFDC Channel", "type": "http" }, "http": { "method": "POST", "url": "https://apihub.googleapis.com/v1/projects/:projectId/locations/:locationId/products/:productId/sfdcInstances/:sfdcInstanceId/sfdcChannels", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Google Cloud project ID." }, { "name": "locationId", "value": "", "type": "path", "description": "Google Cloud region or location." }, { "name": "productId", "value": "", "type": "path", "description": "Product identifier (typically the Apigee product name)." }, { "name": "sfdcInstanceId", "value": "", "type": "path", "description": "SFDC instance identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Salesforce channel within an SFDC instance." } ] } ], "bundled": true }