{ "opencollection": "1.0.0", "info": { "name": "lemlist Campaigns API", "version": "2.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Campaigns", "type": "folder" }, "items": [ { "info": { "name": "List campaigns", "type": "http" }, "http": { "method": "GET", "url": "https://api.lemlist.com/api/campaigns", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "List campaigns" }, { "info": { "name": "Create a campaign", "type": "http" }, "http": { "method": "POST", "url": "https://api.lemlist.com/api/campaigns", "body": { "type": "json", "data": "{}" } }, "docs": "Create a campaign" }, { "info": { "name": "Get a campaign by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.lemlist.com/api/campaigns/:campaignId", "params": [ { "name": "campaignId", "value": "", "type": "path" } ] }, "docs": "Get a campaign by ID" } ] } ], "bundled": true }