{ "opencollection": "1.0.0", "info": { "name": "Hotglue API V2 Connector Metadata Discover API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Discover", "type": "folder" }, "items": [ { "info": { "name": "Trigger connector discovery", "type": "http" }, "http": { "method": "GET", "url": "https://api.hotglue.com/v2/:env_id/:flow_id/:tenant/linkedConnectors/discover", "params": [ { "name": "env_id", "value": "", "type": "path", "description": "Environment identifier." }, { "name": "flow_id", "value": "", "type": "path", "description": "Flow identifier." }, { "name": "tenant", "value": "", "type": "path", "description": "Tenant identifier." }, { "name": "connector_id", "value": "", "type": "query" }, { "name": "v2_source", "value": "", "type": "query" } ] }, "docs": "Trigger connector discovery" }, { "info": { "name": "Poll discover status", "type": "http" }, "http": { "method": "GET", "url": "https://api.hotglue.com/v2/:env_id/:flow_id/:tenant/linkedConnectors/discover/poll", "params": [ { "name": "env_id", "value": "", "type": "path", "description": "Environment identifier." }, { "name": "flow_id", "value": "", "type": "path", "description": "Flow identifier." }, { "name": "tenant", "value": "", "type": "path", "description": "Tenant identifier." }, { "name": "connector_id", "value": "", "type": "query" } ] }, "docs": "Poll discover status" } ] } ], "bundled": true }