{ "opencollection": "1.0.0", "info": { "name": "Kanban Tool API v3 Attachments Users API", "version": "3.0.0" }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Get user", "type": "http" }, "http": { "method": "GET", "url": "https://YOUR_DOMAIN.kanbantool.com/api/v3/users/:user_id.json", "params": [ { "name": "user_id", "value": "", "type": "path" } ] }, "docs": "Get user" }, { "info": { "name": "Get current user", "type": "http" }, "http": { "method": "GET", "url": "https://YOUR_DOMAIN.kanbantool.com/api/v3/users/current.json" }, "docs": "Get current user" } ] } ], "bundled": true }