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