{ "opencollection": "1.0.0", "info": { "name": "Mailjet Email Campaigns Contact Lists API", "version": "3.1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Contact Lists", "type": "folder" }, "items": [ { "info": { "name": "List contact lists", "type": "http" }, "http": { "method": "GET", "url": "https://api.mailjet.com/v3.1/contactslist" }, "docs": "List contact lists" }, { "info": { "name": "Create a contact list", "type": "http" }, "http": { "method": "POST", "url": "https://api.mailjet.com/v3.1/contactslist", "body": { "type": "json", "data": "{}" } }, "docs": "Create a contact list" }, { "info": { "name": "Get a contact list", "type": "http" }, "http": { "method": "GET", "url": "https://api.mailjet.com/v3.1/contactslist/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a contact list" }, { "info": { "name": "Delete a contact list", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mailjet.com/v3.1/contactslist/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a contact list" }, { "info": { "name": "Bulk add or remove contacts in a list", "type": "http" }, "http": { "method": "POST", "url": "https://api.mailjet.com/v3.1/contactslist/:id/managemanycontacts", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Bulk add or remove contacts in a list" } ] } ], "bundled": true }