Retrieves the storage statistics
Request Code Samples
curl --location --request GET 'https://streampeg.com/api/storageStats' \
--header 'X-Auth-Token;'
Responses
application/json {
"error": false,
"msg": null,
"data": {
"stats": {
"used": 19994350,
"limit": 5000000000,
"usedPercentage": 0
}
}
}
Modified at 2024-08-07 05:51:55