{ "opencollection": "1.0.0", "info": { "name": "Celigo integrator.io Platform REST Connections API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Connections", "type": "folder" }, "items": [ { "info": { "name": "List connections", "type": "http" }, "http": { "method": "GET", "url": "https://api.integrator.io/v1/connections" }, "docs": "List connections" }, { "info": { "name": "Create a connection", "type": "http" }, "http": { "method": "POST", "url": "https://api.integrator.io/v1/connections", "body": { "type": "json", "data": "{}" } }, "docs": "Create a connection" }, { "info": { "name": "Get a connection", "type": "http" }, "http": { "method": "GET", "url": "https://api.integrator.io/v1/connections/:_id", "params": [ { "name": "_id", "value": "", "type": "path" } ] }, "docs": "Get a connection" }, { "info": { "name": "Replace a connection", "type": "http" }, "http": { "method": "PUT", "url": "https://api.integrator.io/v1/connections/:_id", "params": [ { "name": "_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Replace a connection" }, { "info": { "name": "Delete a connection", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.integrator.io/v1/connections/:_id", "params": [ { "name": "_id", "value": "", "type": "path" } ] }, "docs": "Delete a connection" }, { "info": { "name": "Test a connection by pinging it", "type": "http" }, "http": { "method": "POST", "url": "https://api.integrator.io/v1/connections/:_id/ping", "params": [ { "name": "_id", "value": "", "type": "path" } ] }, "docs": "Test a connection by pinging it" } ] } ], "bundled": true }