Skip to main content
GET
/
api
/
zones
/
{zoneId}
Get a specific zone
curl --request GET \
  --url http://aris.local/api/zones/{zoneId} \
  --header 'Authorization: Bearer <token>'
{
  "zone": {
    "zoneId": "primary_bedroom",
    "tempC": 22.4,
    "mode": "auto",
    "activeCall": "none",
    "supportsHeat": true,
    "supportsCool": true,
    "friendlyName": "Primary Bedroom",
    "rhPercent": 45,
    "co2Ppm": 734,
    "tempHeatSetC": 21,
    "tempCoolSetC": 24
  }
}

Authorizations

Authorization
string
header
required

Session token or API token

Path Parameters

zoneId
string
required

Response

Zone details

zone
object

A zone represents a distinct conditioned area of the home with its own comfort target and control logic. It is the authoritative source of truth for temperature setpoints, operating mode, and HVAC behavior. A zone may contain one or more FCUs, radiant loops, or other terminal units.