Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Innago Properties API

Manage properties and units

Innago Properties API is one of 9 APIs that Innago publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 4 JSON Schema definitions.

Tagged areas include Properties. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, rate-limit docs, and 4 JSON Schemas.

This API exposes 4 operations across 4 paths, and defines 10 schemas. It is described by OpenAPI 3.0.3, at version v1.

Requests are made against a single base URL, https://api-my.innago.com/openapi.

4 operations 4 paths 10 schemas 4 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
v1
Base URL
https://api-my.innago.com/openapi/v1
Authentication
HTTP Bearer, API Key
Terms of Service
Resource Areas
1

Authentication & Security 2

Innago Properties API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (BearerAuth). An API key is passed in the header as x-api-key (ApiKeyAuth). By default, every request must be authenticated.

Paths & Operations 4

Across 4 paths, the API surfaces 4 operations — 4 GET. Each is listed below with its method, path, parameters, and response codes.

Properties 4

Manage properties and units

GET
/v1/properties
Get all properties
listProperties 1 param → 200
GET
/v1/properties/{propertyUid}
Get property by ID
getProperty 1 param → 200
GET
/v1/properties/{propertyUid}/units
Get all units for a property
listPropertyUnits 1 param → 200
GET
/v1/properties/{propertyUid}/units/{unitUid}
Get details of a specific unit
getPropertyUnit 2 params → 200

Schemas 10

The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are PropertyInfoModel (12 properties), AddressResponseModel (9 properties), TenantShortModel (5 properties), PagingModel (4 properties). Each schema is shown below with its type and property counts.

TenantShortModel
object
5 properties
AddressResponseModel
object
9 properties
PropertyInfoListResponseModelResponse
object
2 properties
ErrorResponse
object
2 properties
PropertyUnitDetailResponseModelResponse
object
2 properties
PropertyInfoModel
object
12 properties
PropertyInfoResponseModelResponse
object
2 properties
PropertyUnitModel
object
2 properties
PagingModel
object
4 properties
PropertyUnitListResponseModelResponse
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

innago-properties-api-openapi.yml Raw ↑

Other APIs Innago publishes across the network.

Innago Expenses API
Innago External References API
Innago Health API
Innago Invoices API
Innago Leases API
Innago Maintenance API
Innago Payments API
Innago Tenants API