{ "opencollection": "1.0.0", "info": { "name": "EmailOctopus v2 Automation List API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "List", "type": "folder" }, "items": [ { "info": { "name": "Get all lists", "type": "http" }, "http": { "method": "GET", "url": "https://api.emailoctopus.com/lists", "params": [ { "name": "limit", "value": "", "type": "query", "description": "The maximum number of records to return per page." }, { "name": "starting_after", "value": "", "type": "query", "description": "A cursor for pagination; the ID of the last record on the previous page." } ] }, "docs": "Get all lists" }, { "info": { "name": "Create list", "type": "http" }, "http": { "method": "POST", "url": "https://api.emailoctopus.com/lists", "body": { "type": "json", "data": "{}" } }, "docs": "Create list" }, { "info": { "name": "Get list", "type": "http" }, "http": { "method": "GET", "url": "https://api.emailoctopus.com/lists/:list_id", "params": [ { "name": "list_id", "value": "", "type": "path", "description": "The ID of the list." } ] }, "docs": "Get list" }, { "info": { "name": "Update list", "type": "http" }, "http": { "method": "PUT", "url": "https://api.emailoctopus.com/lists/:list_id", "params": [ { "name": "list_id", "value": "", "type": "path", "description": "The ID of the list." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update list" }, { "info": { "name": "Delete a list", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.emailoctopus.com/lists/:list_id", "params": [ { "name": "list_id", "value": "", "type": "path", "description": "The ID of the list." } ] }, "docs": "Delete a list" } ] } ], "bundled": true }