{ "opencollection": "1.0.0", "info": { "name": "Celigo integrator.io Platform REST Connections iClients API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "iClients", "type": "folder" }, "items": [ { "info": { "name": "List iClients (OAuth credentials)", "type": "http" }, "http": { "method": "GET", "url": "https://api.integrator.io/v1/iClients" }, "docs": "List iClients (OAuth credentials)" }, { "info": { "name": "Create an iClient", "type": "http" }, "http": { "method": "POST", "url": "https://api.integrator.io/v1/iClients", "body": { "type": "json", "data": "{}" } }, "docs": "Create an iClient" } ] } ], "bundled": true }