Superadmin APIs/Dashboard & Analytics
Dashboard Total Counts
GET
/superadmin/dashboard/totalcountsBearer token required
SUPERADMINContent-Type:
application/jsonResponse Example
200 OK
{
"action": true,
"data": {
"admins": 15,
"vehicles": 500,
"activeVehicles": 420,
"users": 200,
"licensesIssued": 600,
"licensesUsed": 480
}
}Code Examples
curl -X GET 'https://<your-domain>:3001/superadmin/dashboard/totalcounts' \
-H 'Authorization: Bearer <token>'Try It
API Playground
Sends a real request to the configured server