{ "opencollection": "1.0.0", "info": { "name": "Mailmodo Campaigns Contact Lists API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "mmApiKey", "value": "{{mmApiKey}}", "placement": "header" } }, "items": [ { "info": { "name": "Contact Lists", "type": "folder" }, "items": [ { "info": { "name": "Get All Contact Lists", "type": "http" }, "http": { "method": "GET", "url": "https://api.mailmodo.com/api/v1/getAllContactLists" }, "docs": "Return the workspace's named contact lists with size and metadata." } ] } ], "bundled": true }