Transactional SMS
Get your SMS activity aggregated over a period of time
get/transactionalSMS/statistics/aggregatedReport
Query parameters
startDatestring
Mandatory if endDate is used. Starting date (YYYY-MM-DD) of the report
endDatestring
Mandatory if startDate is used. Ending date (YYYY-MM-DD) of the report
daysinteger
Number of days in the past including today (positive integer). Not compatible with startDate and endDate
tagstring
Filter on a tag
Response
Aggregated SMS report informations
Example response
{
"range": "2016-09-08|2017-04-06",
"requests": 263,
"delivered": 249,
"hardBounces": 1,
"softBounces": 4,
"blocked": 2,
"unsubscribed": 6,
"replied": 12,
"accepted": 252,
"rejected": 8,
"skipped": 1
}