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 (filter by tenantId)
POST/api/admin/propertiesCreate
GET/api/admin/properties/:propertyIdRead
PUT/api/admin/properties/:propertyIdUpdate
DELETE/api/admin/properties/:propertyIdDelete

Requires requirePropertyAccess on single-resource routes.

Fields

FieldNotes
tenantIdRequired foreign key
nameHuman label
addressOptional free-form
timezoneDefault America/New_York
telephonyProviderOverrideOpt property into Telnyx for new VN purchases

Usage tips

  • When onboarding a new customer, create the tenant first, then properties, then units.
  • Property-level guest pass policy: GuestPassPolicy model (enabled per property).
  • Property-level analytics roll up from related units and calls.

Last verified: 2026-06-21 (commit 293c4a7)

On this page