{ "opencollection": "1.0.0", "info": { "name": "MailerSend Bulk Email Templates API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Templates", "type": "folder" }, "items": [ { "info": { "name": "List templates", "type": "http" }, "http": { "method": "GET", "url": "https://api.mailersend.com/v1/templates" }, "docs": "List templates" }, { "info": { "name": "Get a template", "type": "http" }, "http": { "method": "GET", "url": "https://api.mailersend.com/v1/templates/:template_id", "params": [ { "name": "template_id", "value": "", "type": "path" } ] }, "docs": "Get a template" }, { "info": { "name": "Delete a template", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mailersend.com/v1/templates/:template_id", "params": [ { "name": "template_id", "value": "", "type": "path" } ] }, "docs": "Delete a template" } ] } ], "bundled": true }