{ "opencollection": "1.0.0", "info": { "name": "Kisi Calendars CSV card imports API", "version": "1.0.0" }, "items": [ { "info": { "name": "CSV card imports", "type": "folder" }, "items": [ { "info": { "name": "Create CsvCardImport", "type": "http" }, "http": { "method": "POST", "url": "https://api.kisi.io/csv_card_imports", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create CsvCardImport" }, { "info": { "name": "Fetch CsvCardImport", "type": "http" }, "http": { "method": "GET", "url": "https://api.kisi.io/csv_card_imports/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the object" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Fetch CsvCardImport" } ] } ], "bundled": true }