Get All Master Email Templates
GET
/email/master-templates
Email Marketing
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://rest.clicksend.com/v3/email/master-templates'
Response Response Example
{
"data": [
{
"date_added": "1458182912",
"template_id_master": 57,
"template_name": "Basic 2",
"thumbnail": {
"large": "https://s3-ap-southeast-2.amazonaws.com/clicksend-api-downloads/_email-marketing/_templates-master/basic2/thumb-large.jpg",
"small": "https://s3-ap-southeast-2.amazonaws.com/clicksend-api-downloads/_email-marketing/_templates-master/basic2/thumb-small.jpg"
}
},
{
"date_added": "1445848821",
"template_id_master": 1,
"template_name": "Minty",
"thumbnail": {
"large": "https://s3-ap-southeast-2.amazonaws.com/clicksend-api-downloads/_email-marketing/_templates-master/minty/thumb-large.jpg",
"small": "https://s3-ap-southeast-2.amazonaws.com/clicksend-api-downloads/_email-marketing/_templates-master/minty/thumb-small.jpg"
}
}
],
"http_code": 200,
"response_code": "SUCCESS",
"response_msg": "List of Email Master Templates"
}
Request
None