Get Specific Master Template
GET
/email/master-templates/{template_id}
Email Marketing
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://rest.clicksend.com/v3/email/master-templates/25'
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"
}
},
"http_code": 200,
"response_code": "SUCCESS",
"response_msg": "Here is your email template"
}
Request
Path Params
template_id
stringÂ
required
Example:
25