v1

latestOpenAPI 3.1.02026-07-2414238909.1 KB

View Volume and Price Analytics for a range of Messages

Returns analytics for a range of messages specified by a time frame associated with the owner account.

get/reports/my/volPrice?{startDate}&{endDate}

Path parameters

startDatestring date required

The starting Date of the request

endDatestring date required

The ending date of the request

Headers

Authorizationstring required

Bearer {access_token}

Response

200

startDateTimestring
timeGroupingstring
deliveredCountinteger
undeliveredCountinteger
failedCountinteger
queuedCountinteger
sentCountinteger
unsentCountinteger
countinteger
pricenumber
countrystring
operatorstring
mccstring
mncstring
smsCampaignIdstring

Example response

[
  {
    "startDateTime": "2023-01-31T07:00:00Z",
    "timeGrouping": "Days",
    "deliveredCount": 1,
    "count": 1,
    "price": 0.04,
    "country": "BY",
    "operator": "MTS",
    "mcc": "257",
    "mnc": "02",
    "smsCampaignId": "87222476-ddfb-491a-afae-025e07bf66d9"
  }
]