v1

latestSwagger 2.0MIT2026-07-17233380637.0 KB
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

rangestring

Time frame of the report

requestsinteger

Number of requests for the timeframe

deliveredinteger

Number of delivered SMS for the timeframe

hardBouncesinteger

Number of hardbounces for the timeframe

softBouncesinteger

Number of softbounces for the timeframe

blockedinteger

Number of blocked contact for the timeframe

unsubscribedinteger

Number of unsubscription for the timeframe

repliedinteger

Number of answered SMS for the timeframe

acceptedinteger

Number of accepted SMS for the timeframe

rejectedinteger

Number of rejected SMS for the timeframe

skippedinteger

Number of skipped SMS for the timeframe

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
}