{ "opencollection": "1.0.0", "info": { "name": "EmailOctopus v2 Automation Field API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Field", "type": "folder" }, "items": [ { "info": { "name": "Create field", "type": "http" }, "http": { "method": "POST", "url": "https://api.emailoctopus.com/lists/:list_id/fields", "params": [ { "name": "list_id", "value": "", "type": "path", "description": "The ID of the list." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create field" }, { "info": { "name": "Update field", "type": "http" }, "http": { "method": "PUT", "url": "https://api.emailoctopus.com/lists/:list_id/fields/:tag", "params": [ { "name": "list_id", "value": "", "type": "path", "description": "The ID of the list." }, { "name": "tag", "value": "", "type": "path", "description": "The tag identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update field" }, { "info": { "name": "Delete field", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.emailoctopus.com/lists/:list_id/fields/:tag", "params": [ { "name": "list_id", "value": "", "type": "path", "description": "The ID of the list." }, { "name": "tag", "value": "", "type": "path", "description": "The tag identifier." } ] }, "docs": "Delete field" } ] } ], "bundled": true }