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