Statistics
Everything about account statistics
Download OpenAPI description
Languages
Servers
https://rest.clicksend.com/
Request
Get voice statistics
Refer to Status Codes for definitions of HTTP status code responses.
This endpoint requires authentication,more info...
Security
basicAuth
https://rest.clicksend.com/v3/statistics/voice
- curl
 - JavaScript
 - Node.js
 - Python
 - Java
 - C#
 - PHP
 - Go
 - Ruby
 - R
 - Payload
 
curl --include \
     --header "Authorization: Basic YXBpLXVzZXJuYW1lOmFwaS1wYXNzd29yZA=="  \
'https://rest.clicksend.com/v3/statistics/voice'Response
application/json
{ "http_code": 200, "response_code": "SUCCESS", "response_msg": "Here are your statistics.", "data": { "total": { … }, "stats": [ … ], "_currency": { … } } }
Request
Get sms statistics
Refer to Status Codes for definitions of HTTP status code responses.
This endpoint requires authentication,more info...
Security
basicAuth
https://rest.clicksend.com/v3/statistics/sms
- curl
 - JavaScript
 - Node.js
 - Python
 - Java
 - C#
 - PHP
 - Go
 - Ruby
 - R
 - Payload
 
curl --include \
     --header "Authorization: Basic YXBpLXVzZXJuYW1lOmFwaS1wYXNzd29yZA=="  \
'https://rest.clicksend.com/v3/statistics/sms'Response
application/json
{ "http_code": 200, "response_code": "SUCCESS", "response_msg": "Here are your data.", "data": { "total": { … }, "stat": [ … ], "_currency": { … } } }