{ "opencollection": "1.0.0", "info": { "name": "Unified.to account connection API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "connection", "type": "folder" }, "items": [ { "info": { "name": "List All Connections", "type": "http" }, "http": { "method": "GET", "url": "https://api.unified.to/unified/connection", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "updated_gte", "value": "", "type": "query", "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)" }, { "name": "sort", "value": "", "type": "query" }, { "name": "order", "value": "", "type": "query" }, { "name": "external_xref", "value": "", "type": "query", "description": "Filter the results to only those integrations for your user referenced by this value" }, { "name": "categories", "value": "", "type": "query", "description": "Filter the results on these categories" }, { "name": "env", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "List All Connections" }, { "info": { "name": "Create Connection", "type": "http" }, "http": { "method": "POST", "url": "https://api.unified.to/unified/connection", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Used only to import existing customer credentials; use \"Authorize new connection\" instead" }, { "info": { "name": "Retrieve Connection", "type": "http" }, "http": { "method": "GET", "url": "https://api.unified.to/unified/connection/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the Connection" } ], "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Retrieve Connection" }, { "info": { "name": "Update Connection", "type": "http" }, "http": { "method": "PUT", "url": "https://api.unified.to/unified/connection/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the Connection" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Update Connection" }, { "info": { "name": "Update Connection", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.unified.to/unified/connection/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the Connection" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Update Connection" }, { "info": { "name": "Remove Connection", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.unified.to/unified/connection/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the Connection" } ], "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Remove Connection" } ] } ], "bundled": true }