Intry

Properties

Admin API for properties under a tenant.

Overview

A Property represents a site (building, community, campus) belonging to exactly one Tenant. Units hang off properties.

Endpoints

MethodPathDescription
GET/api/admin/propertiesList (filterable)
POST/api/admin/propertiesCreate
GET/api/admin/properties/:idRead
PUT/api/admin/properties/:idUpdate
DELETE/api/admin/properties/:idDelete

Fields

FieldNotes
tenantIdRequired foreign key
nameHuman label
addressOptional free-form
timezoneDefault America/New_York

Usage tips

  • When onboarding a new customer, create the tenant first, then properties, then units.
  • Property-level analytics roll up from related units and calls — see /api/admin/analytics/*.

On this page