{ "opencollection": "1.0.0", "info": { "name": "Pandium Connector Calls API", "version": "2.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Connector Calls", "type": "folder" }, "items": [ { "info": { "name": "Pandium Proxy a connector call", "type": "http" }, "http": { "method": "POST", "url": "https://api.pandium.io/v2/tenants/:tenant_id/connectors/:connector_name/call", "params": [ { "name": "tenant_id", "value": "", "type": "path", "description": "The unique identifier of the tenant." }, { "name": "connector_name", "value": "", "type": "path", "description": "The name of the connector to call through." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Make a call to an external API (REST, SOAP, or XML) on behalf of a tenant. This endpoint proxies a synchronous connector call using the tenant's stored credentials." } ] } ], "bundled": true }