Added

September 2026

  • Integrations can now read why borrowing is unavailable for a property. The public GraphQL API's poolLendingLiquidity object now carries a structured appraisalBlockReason field alongside the maximum loan amount. When a property does not qualify for a pool loan and the reason can be shared, the field states it as an enum value: the property's tax status has not been verified as current (TAX_STATUS_UNKNOWN) or its taxes are verified past due (TAX_DELINQUENT); the enum also reserves a general OTHER value for future reasons. The field is null otherwise. This is the same signal behind the "borrowing isn't available" explanation on the property page, so anything built on the API can show owners an accurate availability message instead of inferring one, and can rely on new reason values being added over time without existing ones being removed or renamed.