该文档为第一版接口,后续将弃用,目前已不再更新维护,建议您使用新的接口文档进行请求:https://salesmartly-api.apifox.cn
curl --location --request GET 'https://api.salesmartly.com/api/whatsapp/get-whatsapp-template-list?project_id=&page=&page_size=&waba_status=PASSED&template_category=MARKETING' \
--header 'external-sign: string'
{
"data": {
"list": [
{
"id": "string",
"waba_id": "string",
"external_id": "string",
"buttons_type": "string",
"buttons": "string",
"example": "string",
"example_media_url": "string",
"channel": "string",
"template_id": "string",
"template_name": "string",
"template_category": "string",
"template_type": "string",
"lang": "string",
"template_content": "string",
"template_status": "string",
"rejected_reason": "string",
"quality_score": "string",
"created_time": "string",
"waba_incr_id": "string",
"waba_type": "string",
"waba_name": "string",
"waba_status": "string",
"type": "string",
"is_buy": "string",
"labels": [
{
"id": "string",
"label_name": "string"
}
]
}
],
"total": 0,
"page": 0,
"page_size": 0
},
"count": {},
"code": 0,
"msg": "string"
}