Delivery Log Stats
Get delivery log statistics (counts by status).
Get delivery log statistics (counts by status).
AuthorizationBearer <token>
In: header
Query Parameters
date_from?string|null
date_to?string|null
Response Body
application/json
application/json
curl -X GET "https://loading/api/v2/notifications/delivery-log/stats"{
"property1": 0,
"property2": 0
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}