#Voice Summary Report
https://apiv2.telecomsxchange.com/buyers/voice/summaryBody parameters
application/x-www-form-urlencodeddate_fromdatetimerequiredStart of the range, inclusive. Format YYYY-MM-DD HH:MM:SS.
Example
2026-08-01 00:00:00date_todatetimerequiredEnd of the range, inclusive. Use 23:59:59 to get the whole final day.
Example
2026-10-31 00:00:00time_formatstringrequireddaily splits the range into one row per day. Any other value gives one row per calendar month.
Example
monthlystatusstringrequiredgood reads answered calls. bad reads failed calls. Any other value, such as all, reads both.
Example
alli_vendorintegeroptionalExample
299i_connectionintegeroptionalinteger connection ids, default all purchased routes
Example
653accounts[]integeroptionalYour buyer account ids, repeated once per account. Omit the key entirely to cover all your voice accounts.
Example
1855destination_descriptions[]stringoptionalCountry and description joined by a hyphen, repeated once per destination. Omit to cover all destinations.
Example
EGYPT - Mobile - Vodafonedownloadintegeroptional0 returns JSON. 1 returns a CSV attachment instead.
Example
0
curl --digest \
-u "$TCXC_USERNAME:$TCXC_API_KEY" \
-X POST \
"https://apiv2.telecomsxchange.com/buyers/voice/summary" \
-d "date_from=2026-08-01 00:00:00" \
-d "date_to=2026-10-31 00:00:00" \
-d "time_format=monthly" \
-d "status=all"