{ "opencollection": "1.0.0", "info": { "name": "Postmark Account Activate Email API", "version": "0.9.0" }, "items": [ { "info": { "name": "Email", "type": "folder" }, "items": [ { "info": { "name": "Postmark Send a single email", "type": "http" }, "http": { "method": "POST", "url": "//api.postmarkapp.com/email" }, "docs": "Postmark Send a single email" }, { "info": { "name": "Postmark Send a batch of emails", "type": "http" }, "http": { "method": "POST", "url": "//api.postmarkapp.com/email/batch" }, "docs": "Postmark Send a batch of emails" }, { "info": { "name": "Postmark Send a batch of email using templates.", "type": "http" }, "http": { "method": "POST", "url": "//api.postmarkapp.com/email/batchWithTemplates" }, "docs": "Postmark Send a batch of email using templates." }, { "info": { "name": "Postmark Send an email using a Template", "type": "http" }, "http": { "method": "POST", "url": "//api.postmarkapp.com/email/withTemplate" }, "docs": "Postmark Send an email using a Template" } ] } ], "bundled": true }