Get recording statistics
GET
/statistics
Get statistics about recordings including total count, count for this month, and storage usage.
Authorizations
Private API Key
Bearer token for authentication. Use your private API key as the token.
Responses
Successfully retrieved recording statistics
application/json
JSON
{
"totalRecordings": 1234,
"recordingsThisMonth": 56,
"totalStorageBytes": 1073741824
}