{ "opencollection": "1.0.0", "info": { "name": "Guru Analytics Templates API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Templates", "type": "folder" }, "items": [ { "info": { "name": "Create card template", "type": "http" }, "http": { "method": "POST", "url": "https://api.getguru.com/api/v1/templates/create" }, "docs": "Create card template" }, { "info": { "name": "List card templates", "type": "http" }, "http": { "method": "GET", "url": "https://api.getguru.com/api/v1/templates" }, "docs": "List card templates" }, { "info": { "name": "Get card template", "type": "http" }, "http": { "method": "GET", "url": "https://api.getguru.com/api/v1/templates/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get card template" }, { "info": { "name": "Update card template", "type": "http" }, "http": { "method": "PUT", "url": "https://api.getguru.com/api/v1/templates/update" }, "docs": "Update card template" }, { "info": { "name": "Delete card template", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.getguru.com/api/v1/templates/delete" }, "docs": "Delete card template" } ] } ], "bundled": true }