{ "opencollection": "1.0.0", "info": { "name": "Guru Analytics Collections API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Collections", "type": "folder" }, "items": [ { "info": { "name": "List collections", "type": "http" }, "http": { "method": "GET", "url": "https://api.getguru.com/api/v1/collections" }, "docs": "List collections" }, { "info": { "name": "Find collection by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.getguru.com/api/v1/collections/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Find collection by ID" }, { "info": { "name": "List collection group access", "type": "http" }, "http": { "method": "GET", "url": "https://api.getguru.com/api/v1/collections/access" }, "docs": "List collection group access" } ] } ], "bundled": true }