{ "opencollection": "1.0.0", "info": { "name": "Nutshell Audiences API", "version": "2.0.0" }, "items": [ { "info": { "name": "Audiences", "type": "folder" }, "items": [ { "info": { "name": "Get a list of audiences", "type": "http" }, "http": { "method": "GET", "url": "https://app.nutshell.com/rest/audiences", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Returns a list of all email marketing audiences in a Nutshell instance." }, { "info": { "name": "Create an audience", "type": "http" }, "http": { "method": "POST", "url": "https://app.nutshell.com/rest/audiences", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create an audience. Audiences are used to organize leads, contacts, and accounts into groups for marketing." } ] } ], "bundled": true }