Everything about account statistics
Everything about account statistics
Get voice statistics
Refer to Status Codes for definitions of HTTP status code responses.
curl --include \
--header "Authorization: Basic YXBpLXVzZXJuYW1lOmFwaS1wYXNzd29yZA==" \
'https://rest.clicksend.com/v3/statistics/voice'
{ "http_code": 200, "response_code": "SUCCESS", "response_msg": "Here are your statistics.", "data": { "total": { … }, "stats": [ … ], "_currency": { … } } }
Get sms statistics
Refer to Status Codes for definitions of HTTP status code responses.
curl --include \
--header "Authorization: Basic YXBpLXVzZXJuYW1lOmFwaS1wYXNzd29yZA==" \
'https://rest.clicksend.com/v3/statistics/sms'
{ "http_code": 200, "response_code": "SUCCESS", "response_msg": "Here are your data.", "data": { "total": { … }, "stat": [ … ], "_currency": { … } } }