{ "opencollection": "1.0.0", "info": { "name": "Nutshell Emails API", "version": "2.0.0" }, "items": [ { "info": { "name": "Emails", "type": "folder" }, "items": [ { "info": { "name": "Get an email", "type": "http" }, "http": { "method": "GET", "url": "https://app.nutshell.com/rest/emails/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Email ID" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get an email" } ] } ], "bundled": true }