{ "opencollection": "1.0.0", "info": { "name": "Nutshell Users API", "version": "2.0.0" }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Get a list of users", "type": "http" }, "http": { "method": "GET", "url": "https://app.nutshell.com/rest/users", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get a list of users" }, { "info": { "name": "Get a user", "type": "http" }, "http": { "method": "GET", "url": "https://app.nutshell.com/rest/users/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "User ID" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get a user" } ] } ], "bundled": true }