Superadmin APIs/Admin Management
List Admins
GET
/superadmin/adminlistBearer token required
SUPERADMINContent-Type:
application/jsonResponse Example
200 OK
{
"action": true,
"message": "Admin list fetched",
"data": [
{
"uid": 10,
"Name": "Fleet Operator",
"email": "operator@fleet.co",
"username": "fleet_operator",
"mobile_prefix": "+91",
"mobile": "9876543210",
"countrycode": "IN",
"isemailvarified": true,
"companyName": "Fleet Co",
"fulladdress": "456 Track Avenue, New Delhi, DL, IN",
"credits": 1000,
"totalvehicles": 50,
"status": true,
"Lastlogin": "2026-03-08T09:00:00Z",
"profileurl": "/uploads/users/10/avatar.jpg",
"currency": "INR"
}
]
}Code Examples
curl -X GET 'https://<your-domain>:3001/superadmin/adminlist' \
-H 'Authorization: Bearer <token>'Try It
API Playground
Sends a real request to the configured server