{ "opencollection": "1.0.0", "info": { "name": "Nutshell Territories API", "version": "2.0.0" }, "items": [ { "info": { "name": "Territories", "type": "folder" }, "items": [ { "info": { "name": "Get a list of territories", "type": "http" }, "http": { "method": "GET", "url": "https://app.nutshell.com/rest/territories", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get a list of territories" } ] } ], "bundled": true }