Lấy thông tin chi tiết mẫu tin
Tham số
Kiểu dữ liệu
Mô tả
Tham số
Kiểu dữ liệu
Mô tả
Last updated
Last updated
POST $BASE_URL.Zalo/GetTemplate HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 32
{
"oa_id": "text",
"template_id": 1
}{
"apply_template_quota": true,
"created_at": "2026-01-25T10:50:43.820Z",
"preview_url": "text",
"price": 1,
"template_daily_quota": 1,
"template_id": 1,
"template_name": "text",
"template_params": [
{
"accept_null": true,
"max_length": 1,
"min_length": 1,
"name": "text",
"require": true,
"type": "text"
}
],
"template_quality": "unknown",
"template_remaining_quota": 1,
"template_status": "unknown",
"template_tag": "unknown",
"timeout": 1,
"type": "unknown",
"updated_at": "2026-01-25T10:50:43.820Z"
}curl --location '$BASE_URL.Zalo/GetTemplate' \
--header 'Content-Type: application/json' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer $API_KEY' \
--data '{
"oa_id": "<int64>",
"template_id": "<integer>"
}'{
"apply_template_quota": true,
"created_at": "2019-08-24T14:15:22Z",
"price": 0,
"template_daily_quota": 0,
"template_id": 0,
"template_name": "string",
"template_params": [
{
"accept_null": true,
"max_length": 0,
"min_length": 0,
"name": "string",
"require": true,
"type": "string"
}
],
"template_quality": "unknown",
"template_remaining_quota": 0,
"template_status": "unknown",
"template_tag": "unknown",
"timeout": 0,
"type": "unknown",
"updated_at": "2019-08-24T14:15:22Z"
}