{ "opencollection": "1.0.0", "info": { "name": "Kisi Calendars Integrations API", "version": "1.0.0" }, "items": [ { "info": { "name": "Integrations", "type": "folder" }, "items": [ { "info": { "name": "Fetch integrations", "type": "http" }, "http": { "method": "GET", "url": "https://api.kisi.io/integrations", "params": [ { "name": "ids", "value": "", "type": "query", "description": "Filter by object IDs" }, { "name": "query", "value": "", "type": "query", "description": "Filter by a freetext string. Properties searched: `name`\n" }, { "name": "place_id", "value": "", "type": "query", "description": "Filter by place ID" }, { "name": "scope", "value": "", "type": "query", "description": "Filter by scope" }, { "name": "group_id", "value": "", "type": "query", "description": "Filter by group ID" }, { "name": "enabled", "value": "", "type": "query", "description": "Filter by enabled" }, { "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 integrations" }, { "info": { "name": "Create integration", "type": "http" }, "http": { "method": "POST", "url": "https://api.kisi.io/integrations", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create integration" }, { "info": { "name": "Fetch integration", "type": "http" }, "http": { "method": "GET", "url": "https://api.kisi.io/integrations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the object" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Fetch integration" }, { "info": { "name": "Update integration", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.kisi.io/integrations/: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 integration" }, { "info": { "name": "Delete integration", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.kisi.io/integrations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the object" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete integration" } ] } ], "bundled": true }