{ "opencollection": "1.0.0", "info": { "name": "Postmark Account Activate Templates API API", "version": "0.9.0" }, "items": [ { "info": { "name": "Templates API", "type": "folder" }, "items": [ { "info": { "name": "Postmark Push templates from one server to another", "type": "http" }, "http": { "method": "PUT", "url": "//api.postmarkapp.com/templates/push", "headers": [ { "name": "X-Postmark-Account-Token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Postmark Push templates from one server to another" }, { "info": { "name": "Postmark Send an email using a Template", "type": "http" }, "http": { "method": "POST", "url": "//api.postmarkapp.com/email/withTemplate", "headers": [ { "name": "X-Postmark-Server-Token", "value": "" } ] }, "docs": "Postmark Send an email using a Template" }, { "info": { "name": "Postmark Send a batch of email using templates.", "type": "http" }, "http": { "method": "POST", "url": "//api.postmarkapp.com/email/batchWithTemplates", "headers": [ { "name": "X-Postmark-Server-Token", "value": "" } ] }, "docs": "Postmark Send a batch of email using templates." }, { "info": { "name": "Postmark Get the Templates associated with this Server", "type": "http" }, "http": { "method": "GET", "url": "//api.postmarkapp.com/templates", "headers": [ { "name": "X-Postmark-Server-Token", "value": "" } ], "params": [ { "name": "Count", "value": "", "type": "query", "description": "The number of Templates to return" }, { "name": "Offset", "value": "", "type": "query", "description": "The number of Templates to \"skip\" before returning results." } ] }, "docs": "Postmark Get the Templates associated with this Server" }, { "info": { "name": "Postmark Create a Template", "type": "http" }, "http": { "method": "POST", "url": "//api.postmarkapp.com/templates", "headers": [ { "name": "X-Postmark-Server-Token", "value": "" } ] }, "docs": "Postmark Create a Template" }, { "info": { "name": "Postmark Get a Template", "type": "http" }, "http": { "method": "GET", "url": "//api.postmarkapp.com/templates/:templateIdOrAlias", "headers": [ { "name": "X-Postmark-Server-Token", "value": "" } ], "params": [ { "name": "templateIdOrAlias", "value": "", "type": "path", "description": "The 'TemplateID' or 'Alias' value for the Template you wish to retrieve." } ] }, "docs": "Postmark Get a Template" }, { "info": { "name": "Postmark Update a Template", "type": "http" }, "http": { "method": "PUT", "url": "//api.postmarkapp.com/templates/:templateIdOrAlias", "headers": [ { "name": "X-Postmark-Server-Token", "value": "" } ], "params": [ { "name": "templateIdOrAlias", "value": "", "type": "path", "description": "The 'TemplateID' or 'Alias' value for the Template you wish to update." } ] }, "docs": "Postmark Update a Template" }, { "info": { "name": "Postmark Delete a Template", "type": "http" }, "http": { "method": "DELETE", "url": "//api.postmarkapp.com/templates/:templateIdOrAlias", "headers": [ { "name": "X-Postmark-Server-Token", "value": "" } ], "params": [ { "name": "templateIdOrAlias", "value": "", "type": "path", "description": "The 'TemplateID' or 'Alias' value for the Template you wish to delete." } ] }, "docs": "Postmark Delete a Template" }, { "info": { "name": "Postmark Test Template Content", "type": "http" }, "http": { "method": "POST", "url": "//api.postmarkapp.com/templates/validate", "headers": [ { "name": "X-Postmark-Server-Token", "value": "" } ] }, "docs": "Postmark Test Template Content" } ] } ], "bundled": true }