{ "opencollection": "1.0.0", "info": { "name": "Iterable Export Campaigns Lists API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Api-Key", "value": "{{Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Lists", "type": "folder" }, "items": [ { "info": { "name": "Get all lists", "type": "http" }, "http": { "method": "GET", "url": "https://api.iterable.com/api/lists" }, "docs": "Retrieves all subscriber lists in the Iterable project, including list ID, name, creation date, and size." }, { "info": { "name": "Create a list", "type": "http" }, "http": { "method": "POST", "url": "https://api.iterable.com/api/lists", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new subscriber list in the Iterable project." }, { "info": { "name": "Subscribe users to a list", "type": "http" }, "http": { "method": "POST", "url": "https://api.iterable.com/api/lists/subscribe", "body": { "type": "json", "data": "{}" } }, "docs": "Adds one or more users to a subscriber list. Users are identified by email address." }, { "info": { "name": "Unsubscribe users from a list", "type": "http" }, "http": { "method": "POST", "url": "https://api.iterable.com/api/lists/unsubscribe", "body": { "type": "json", "data": "{}" } }, "docs": "Removes one or more users from a subscriber list. Users are identified by email address." } ] } ], "bundled": true }