Requires authentication
✨ 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?