Skip to main content
GET
Get Property Address

Headers

Authorization
string
required

Bearer [access_token]

Path Parameters

leadId
integer<int64>
required

Lead ID. Must be manageable by the caller.

transactionId
integer<int64>
required

Transaction ID. Must exist and be bound to leadId.

Response

Property address.

transactionId
integer<int64>
required

Transaction ID whose property address is being queried or updated. Required on the update endpoint (carried in the request body, not the URL).

Example:

10001

unit
string

Unit / apartment number.

Example:

"1"

label
string

Free-form label for the address (e.g. 'Investment', 'Primary Residence').

Example:

"Investment"

state
string

State or province code.

Example:

"CA"

city
string

City.

Example:

"Los Angeles"

zipCode
string

Postal / ZIP code.

Example:

"90012"

streetAddress
string

Street address.

Example:

"100 W 1st St"

county
string

County.

Example:

"Los Angeles"