Lấy danh sách mẫu tin
curl --location '$BASE_URL/v1/shop.Zalo/ListTemplates' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer $API_KEY' \
--data '{
"filter": {
"date_from": "2023-07-24T14:15:22Z",
"date_to": "2023-08-02T14:15:22Z"
},
"paging": {
"limit": 50
}
}'Tham số
Kiểu dữ liệu
Mô tả
Tham số
Kiểu dữ liệu
Mô tả
Last updated