Get All Templates For Category
GET
/email/master-templates-categories/{category_id}/master-templates
Email Marketing
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://rest.clicksend.com/v3/email/master-templates-categories/1/master-templates'
Response Response Example
{
"data": [
{
"body": "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" ...\n </tr>\n </tbody>\n </table>\n </td>\n </tr>\n </tbody>\n </table>\n</body>\n</html>",
"category_id": 1,
"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 Templates By Category"
}
Request
Path Params
category_id
stringÂ
required
Example:
1