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