{ "opencollection": "1.0.0", "info": { "name": "Hotglue API V2 Connector Metadata API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Connector Metadata", "type": "folder" }, "items": [ { "info": { "name": "Retrieve available connectors", "type": "http" }, "http": { "method": "GET", "url": "https://api.hotglue.com/v2/:env_id/availableConnectors", "params": [ { "name": "env_id", "value": "", "type": "path", "description": "Environment identifier." } ] }, "docs": "Retrieve available connectors" }, { "info": { "name": "Retrieve supported connectors", "type": "http" }, "http": { "method": "GET", "url": "https://api.hotglue.com/v2/:env_id/:flow_id/supportedConnectors", "params": [ { "name": "env_id", "value": "", "type": "path", "description": "Environment identifier." }, { "name": "flow_id", "value": "", "type": "path", "description": "Flow identifier." } ] }, "docs": "Retrieve supported connectors" } ] } ], "bundled": true }