{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book Hybrid Connectors API", "version": "1.0.0" }, "items": [ { "info": { "name": "Hybrid Connectors", "type": "folder" }, "items": [ { "info": { "name": "List Hybrid Connectors", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/hybrid/connectors", "params": [ { "name": "orgId", "value": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi85NmFiYzJhYS0zZGNjLTExZTUtYTE1Mi1mZTM0ODE5Y2RjOWE", "type": "query", "description": "List hybrid connectors in this organization. If an organization is not specified, the organization of the caller will be used." } ] }, "docs": "List hybrid connectors for an organization. If no `orgId` is specified, the default is the organization of the authenticated user.\n\nOnly an admin auth token with the `spark-admin:hybrid_connectors_read` scope can list connectors." }, { "info": { "name": "Get Hybrid Connector Details", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/hybrid/connectors/:connectorId", "params": [ { "name": "connectorId", "value": "Y2lZY76123", "type": "path", "description": "The ID of the connector." } ] }, "docs": "Shows details for a hybrid connector, by ID.\n\nOnly an admin auth token with the `spark-admin:hybrid_connectors_read` scope can see connector details." } ] } ], "bundled": true }