Requires authentication
Admin Management
Get Admin by ID
Retrieve a single admin
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
✨ The Urban Management docs now have a brand-new home! Explore the improved documentation experience
Retrieve a single admin
GET /admins/{id}
{
"success": true,
"data": {
"id": "uuid",
"fullname": "Admin Name",
"email": "admin@example.com",
"isActive": true
}
}
Was this page helpful?