{
"count": 2,
"next": null,
"previous": null,
"results": [
{
"mail_id": 12334,
"mail_type": "mass", // mass или trigger
"mail_date": 1615409255, // timestamp отправки
"status": [
{
"type": "delivery",
"type_id": 1,
"timestamp": 1615409255
},
{
"type": "spam",
"type_id": 1,
"timestamp": 1615409256
},
{
"type": "unsubscribe",
"type_id": 1,
"timestamp": 1615409257
},
{
"type": "open",
"type_id": 1,
"timestamp": 1615409258
},
{
"type": "click",
"type_id": 1,
"timestamp": 1615409259
},
]
},
{
"mail_id": 56789,
"mail_type": "trigger",
"mail_date": 1615409255,
"status": [
{
"type": "bounce",
"type_id": -3,
"timestamp": 1615409255
},
},
{
...
}
]
}
{
"status": "error",
"error": "....", // Уточнение ошибки
}