{ "opencollection": "1.0.0", "info": { "name": "Kisi Calendars Terminals API", "version": "1.0.0" }, "items": [ { "info": { "name": "Terminals", "type": "folder" }, "items": [ { "info": { "name": "Fetch terminals", "type": "http" }, "http": { "method": "GET", "url": "https://api.kisi.io/terminals", "params": [ { "name": "ids", "value": "", "type": "query", "description": "Filter by object IDs" }, { "name": "place_id", "value": "", "type": "query", "description": "Filter by place ID" }, { "name": "query", "value": "", "type": "query", "description": "Filter by a freetext string. Properties searched: `name`\n" }, { "name": "limit", "value": "", "type": "query", "description": "The number of objects to return" }, { "name": "offset", "value": "", "type": "query", "description": "The number of objects to offset" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Fetch terminals" }, { "info": { "name": "Create terminal", "type": "http" }, "http": { "method": "POST", "url": "https://api.kisi.io/terminals", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create terminal" }, { "info": { "name": "Fetch terminal", "type": "http" }, "http": { "method": "GET", "url": "https://api.kisi.io/terminals/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the object" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Fetch terminal" }, { "info": { "name": "Update terminal", "type": "http" }, "http": { "method": "PUT", "url": "https://api.kisi.io/terminals/: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 terminal" }, { "info": { "name": "Delete terminal", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.kisi.io/terminals/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the object" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete terminal" }, { "info": { "name": "Trigger terminal", "type": "http" }, "http": { "method": "POST", "url": "https://api.kisi.io/terminals/:id/trigger", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the object" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Trigger terminal" } ] } ], "bundled": true }