v1

latestOpenAPI 3.1.02026-07-2414238909.1 KB

View Volume and Price Analytics for a specific country

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

get/reports/my/volPrice/perMcc

Query parameters

startDatestring required

starting date to get reports

endDatestring required

ending date to get reports

mccstring required

the mcc code

Headers

Authorizationstring

Response

200

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

Example response

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