---
title: "Get Property Address"
method: GET
path: "/v1.0/leads/{leadId}/transaction/{transactionId}/property/address"
tags: ["Lead Transaction"]
---

# Get Property Address

`GET /v1.0/leads/{leadId}/transaction/{transactionId}/property/address`

Returns the property address associated with a transaction.

## Path parameters

- `leadId` integer, required
- `transactionId` integer, required

## Headers

- `Authorization` string, required

## Response `200`

Property address.

- LeadTransactionPropertyAddress
  - `transactionId` integer, required — Transaction ID whose property address is being queried or updated. Required on the update endpoint (carried in the request body, not the URL).
  - `unit` string — Unit / apartment number.
  - `label` string — Free-form label for the address (e.g. 'Investment', 'Primary Residence').
  - `state` string — State or province code.
  - `city` string — City.
  - `zipCode` string — Postal / ZIP code.
  - `streetAddress` string — Street address.
  - `county` string — County.

## Other responses

- `401` — Missing or invalid authentication token.
- `404` — Lead not manageable (20006 LEAD_NOT_EXIST), transaction not found / not bound to leadId (200060 TRANSACTION_NOT_EXIST), or property address not set (RESOURCE_NOT_EXIST).
- `500` — Internal server error.

---

[API](https://skmtc.net/lofty/apis/lofty-service-open-apis.md) · [All operations](https://skmtc.net/lofty/apis/lofty-service-open-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lofty/lofty-service-open-apis/revisions/23e640467118/schema)
