{ "opencollection": "1.0.0", "info": { "name": "MailerLite Automations Groups API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "List groups", "type": "http" }, "http": { "method": "GET", "url": "https://connect.mailerlite.com/api/groups" }, "docs": "List groups" }, { "info": { "name": "Create a group", "type": "http" }, "http": { "method": "POST", "url": "https://connect.mailerlite.com/api/groups", "body": { "type": "json", "data": "{}" } }, "docs": "Create a group" }, { "info": { "name": "Delete a group", "type": "http" }, "http": { "method": "DELETE", "url": "https://connect.mailerlite.com/api/groups/:group_id", "params": [ { "name": "group_id", "value": "", "type": "path" } ] }, "docs": "Delete a group" } ] } ], "bundled": true }