Skip to main content
Requires authentication

Endpoint

GET /units

Response

{
  "success": true,
  "data": [
    {
      "id": "uuid",
      "unitNumber": "101",
      "floorId": "uuid",
      "occupied": false
    }
  ]
}