{ "operationId": "getEmailTemplate", "method": "GET", "path": "/marketing/email-templates/{template-name}", "summary": "BigCommerce Get an Email Template", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Example", "example": { "data": { "type_id": "account_reset_password_email", "body": " Title

{{lang \"reset_password\" name=store.name}}



{{account.reset_password_link}} ", "translations": [ { "locale": "en", "keys": { "reset_password": "To change your customer account password at {{name}} please click this link or copy and paste it into your browser:" } } ], "subject": "Reset your password at {{store.name}}" }, "meta": {} } } ] }