Lấy thông tin trạng thái tin nhắn
API cho phép đối tác truy xuất trạng thái của thông báo.
curl
-X GET
-H "Content-Type: application/json"
"https://zns.api.gobysend.com/api/message/status?message_id=message_id"{
"message": "Success",
"data": {
"delivery_time": "1600328011517",
"message": "The message was delivered to the user's phone",
"status": 1
},
"error": 0
}English version:
HTTP request
Example request
Header param
Param
Example response
Data attribute structure
Last updated