{ "opencollection": "1.0.0", "info": { "name": "Gladly Agents Audiences API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Audiences", "type": "folder" }, "items": [ { "info": { "name": "List Audiences", "type": "http" }, "http": { "method": "GET", "url": "https://{organization}.gladly.com/api/v1/api/v1/audiences" }, "docs": "Returns a list of audiences.\n" } ] } ], "bundled": true }