{ "opencollection": "1.0.0", "info": { "name": "Kisi Calendars Controller Relay Connections API", "version": "1.0.0" }, "items": [ { "info": { "name": "Controller Relay Connections", "type": "folder" }, "items": [ { "info": { "name": "Fetch controller relay connections", "type": "http" }, "http": { "method": "GET", "url": "https://api.kisi.io/controller_relay_connections", "params": [ { "name": "controller_id", "value": "", "type": "query", "description": "Filter by controller ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Fetch controller relay connections" }, { "info": { "name": "Create a controller relay connection", "type": "http" }, "http": { "method": "POST", "url": "https://api.kisi.io/controller_relay_connections", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a controller relay connection" }, { "info": { "name": "Fetch a controller relay connection", "type": "http" }, "http": { "method": "GET", "url": "https://api.kisi.io/controller_relay_connections/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the object" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Fetch a controller relay connection" }, { "info": { "name": "Update a controller relay connection", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.kisi.io/controller_relay_connections/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the object" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update a controller relay connection" }, { "info": { "name": "Delete a controller relay connection", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.kisi.io/controller_relay_connections/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the object" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete a controller relay connection" } ] } ], "bundled": true }