v1

latestOpenAPI 3.1.02026-07-2414238909.1 KB

View Volume and Price Analytics for a specific country and Network

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

get/reports/my/volPrice/perMccMnc

Query parameters

startDatestring required

starting date to get reports

endDatestring required

ending date to get reports

mccstring required

the mcc code

mncstring required

the mnc code

Headers

Authorizationstring

Response

200

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

Example response

[
  {
    "startDateTime": "2023-01-09T08:00:00Z",
    "timeGrouping": "Days",
    "deliveredCount": 2,
    "count": 2,
    "price": 0.0678,
    "country": "GR",
    "operator": "Vodafone",
    "mcc": "202",
    "mnc": "05"
  }
]