{ "opencollection": "1.0.0", "info": { "name": "Guru Analytics Tasks API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Tasks", "type": "folder" }, "items": [ { "info": { "name": "List user mentions", "type": "http" }, "http": { "method": "GET", "url": "https://api.getguru.com/api/v1/tasks/mentions" }, "docs": "List user mentions" } ] } ], "bundled": true }