Lấy lịch sử gửi tin nhắn
API này giúp bạn lấy lịch sử gửi tin nhắn của các Official Account (OA) có trong hệ thống.
Endpoint
🔗Endpoint Staging
GET https://staging.manage-api.miniap.vn/api/external/zns-message/history
🔗Endpoint Production
GET https://manage-api.miniap.vn/api/external/zns-message/history
Phản hồi (Response)
- Response
{
"histories": [
{
"_id": "68c8ee047a307c3674e986c7",
"phone": "0335214562",
"templateId": "462666",
"status": "ERROR",
"reason": "{\"error\":\"Request failed with status code 401\",\"params\":{\"customer_fullname\":\"Lê Quốc An\",\"customer_phone\":\"0335214562\",\"order_code\":\"M0WHXJVU9L\"}}",
"sessionId": "",
"createdAt": "2025-09-16T04:56:36.717Z",
"updatedAt": "2025-09-16T04:56:36.717Z",
"id": "68c8ee047a307c3674e986c7"
},
{
"_id": "68c8ed287a307c3674e986c6",
"phone": "0335214562",
"templateId": "462666",
"status": "ERROR",
"reason": "{\"error\":\"Request failed with status code 401\",\"params\":{\"customer_fullname\":\"Lê Quốc An\",\"customer_phone\":\"0335214562\",\"order_code\":\"PJDMZ31UNS\"}}",
"sessionId": "",
"createdAt": "2025-09-16T04:52:56.010Z",
"updatedAt": "2025-09-16T04:52:56.010Z",
"id": "68c8ed287a307c3674e986c6"
},
{
"_id": "68c8ea80e08f8bdbb6a5998a",
"phone": "0335214562",
"templateId": "392688",
"status": "ERROR",
"reason": "{\"error\":\"Request failed with status code 401\",\"params\":{\"customer_name\":\"Lê Quốc An\",\"customer_id\":\"61BB35FA62\",\"event_name\":\"Invalid Date\",\"subtitle_event\":\"Invalid Date\",\"time_event\":\"Invalid Date\"}}",
"sessionId": "",
"createdAt": "2025-09-16T04:41:36.521Z",
"updatedAt": "2025-09-16T04:41:36.521Z",
"id": "68c8ea80e08f8bdbb6a5998a"
},
{
"_id": "68c8ea6ae08f8bdbb6a59989",
"phone": "0335214562",
"templateId": "438650",
"status": "ERROR",
"reason": "{\"error\":\"Request failed with status code 401\",\"params\":{\"customer_fullname\":\"Lê Quốc An\",\"order_code\":\"M0WHXJVU9L\",\"order_createdat\":\"16/09/2025\",\"order_price\":\"338400\",\"customer_id\":\"61BB35FA62\"}}",
"sessionId": "",
"createdAt": "2025-09-16T04:41:14.341Z",
"updatedAt": "2025-09-16T04:41:14.341Z",
"id": "68c8ea6ae08f8bdbb6a59989"
}
]
}