Get dashboard stats
GET
/admin/stats
Get overall statistics for the admin dashboard
Authorizations
Responses
Dashboard stats
application/json
JSON
{
"success": true,
"data": {
"media": {
"total": 0,
"byStatus": {
"uploading": 0,
"uploaded": 0,
"processing": 0,
"completed": 0,
"failed": 0
},
"expired": 0,
"expiringSoon": 0,
"recentUploads": 0
},
"users": {
"total": 0,
"anonymous": 0,
"registered": 0,
"recentSignups": 0
},
"comments": {
"total": 0
}
}
}