{ "opencollection": "1.0.0", "info": { "name": "Unified.to account passthrough API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "passthrough", "type": "folder" }, "items": [ { "info": { "name": "Passthrough Get", "type": "http" }, "http": { "method": "GET", "url": "https://api.unified.to/passthrough/:connection_id/:path", "params": [ { "name": "query", "value": "", "type": "query" }, { "name": "connection_id", "value": "", "type": "path", "description": "ID of the connection" }, { "name": "path", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Passthrough Get" }, { "info": { "name": "Passthrough Post", "type": "http" }, "http": { "method": "POST", "url": "https://api.unified.to/passthrough/:connection_id/:path", "params": [ { "name": "query", "value": "", "type": "query" }, { "name": "connection_id", "value": "", "type": "path", "description": "ID of the connection" }, { "name": "path", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Passthrough Post" }, { "info": { "name": "Passthrough Put", "type": "http" }, "http": { "method": "PUT", "url": "https://api.unified.to/passthrough/:connection_id/:path", "params": [ { "name": "query", "value": "", "type": "query" }, { "name": "connection_id", "value": "", "type": "path", "description": "ID of the connection" }, { "name": "path", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Passthrough Put" }, { "info": { "name": "Passthrough Put", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.unified.to/passthrough/:connection_id/:path", "params": [ { "name": "query", "value": "", "type": "query" }, { "name": "connection_id", "value": "", "type": "path", "description": "ID of the connection" }, { "name": "path", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Passthrough Put" }, { "info": { "name": "Passthrough Delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.unified.to/passthrough/:connection_id/:path", "params": [ { "name": "query", "value": "", "type": "query" }, { "name": "connection_id", "value": "", "type": "path", "description": "ID of the connection" }, { "name": "path", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Passthrough Delete" } ] } ], "bundled": true }