GET https://webapi.mymarketing.co.il/api/templates/{id}/content
Get a template's content
Request Information
URI Parameters
Name
Description
Type
Additional information
id
Template id. Can be found using the endpoint "Get account's "my templates"" or in the UI(go to "Emails" -> "My Templates" -> click on your desired template -> you'll find the ID at the end of the URL).
integer
Required
Body Parameters
None.
Response Information
Resource Description
Response Formats
application/json, text/json
Sample:
"sample string"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string</string>