{ "opencollection": "1.0.0", "info": { "name": "Kisi Calendars Roles API", "version": "1.0.0" }, "items": [ { "info": { "name": "Roles", "type": "folder" }, "items": [ { "info": { "name": "Fetch roles", "type": "http" }, "http": { "method": "GET", "url": "https://api.kisi.io/roles", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Fetch roles" }, { "info": { "name": "Fetch role", "type": "http" }, "http": { "method": "GET", "url": "https://api.kisi.io/roles/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the object" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Fetch role" } ] } ], "bundled": true }