{ "opencollection": "1.0.0", "info": { "name": "Optimizely Campaign REST Assets Mailing Lists API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Mailing Lists", "type": "folder" }, "items": [ { "info": { "name": "List mailing lists", "type": "http" }, "http": { "method": "GET", "url": "https://api.campaign.episerver.net/rest/:clientId/mailinglists", "params": [ { "name": "clientId", "value": "", "type": "path", "description": "The unique identifier for the Optimizely Campaign client" } ] }, "docs": "Returns a list of mailing lists for the specified client." }, { "info": { "name": "Get a mailing list", "type": "http" }, "http": { "method": "GET", "url": "https://api.campaign.episerver.net/rest/:clientId/mailinglists/:mailingListId", "params": [ { "name": "clientId", "value": "", "type": "path", "description": "The unique identifier for the Optimizely Campaign client" }, { "name": "mailingListId", "value": "", "type": "path", "description": "The unique identifier for the mailing list" } ] }, "docs": "Retrieves the details of a specific mailing list." } ] } ], "bundled": true }