Transactional SMS
Get your SMS activity aggregated per day
get/transactionalSMS/statistics/reports
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
sort'asc' | 'desc'
Sort the results in the ascending/descending order of record creation. Default order is descending if sort is not passed
Response
Aggregated SMS report informations
Example response
{
"reports": [
{
"date": "2017-03-17",
"requests": 87,
"delivered": 85,
"hardBounces": 1,
"softBounces": 1,
"unsubscribed": 1,
"replied": 2,
"accepted": 85,
"rejected": 1,
"skipped": 1
}
]
}