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