{ "opencollection": "1.0.0", "info": { "name": "Mailjet Email Campaigns Templates API", "version": "3.1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Templates", "type": "folder" }, "items": [ { "info": { "name": "List templates", "type": "http" }, "http": { "method": "GET", "url": "https://api.mailjet.com/v3.1/template" }, "docs": "List templates" }, { "info": { "name": "Create a template", "type": "http" }, "http": { "method": "POST", "url": "https://api.mailjet.com/v3.1/template", "body": { "type": "json", "data": "{}" } }, "docs": "Create a template" } ] } ], "bundled": true }