Properties
Get Property
GET
Retrieve a single property by its DealMachine property ID. Returns comprehensive property data including address, valuation, physical characteristics, tax, and mortgage information.
Path Parameters
string
required
DealMachine property ID (e.g.,
prop_12345).Query Parameters
boolean
default:true
Controls whether enriched data is returned and credits are consumed.
true (default) returns
enriched property fields plus contacts selected by contact_audience. false enables preview
mode and returns only base fields (address, coordinates, images, bedrooms, bathrooms, and sqft)
without consuming credits.string
default:"owners"
Which contacts to include with the property. Defaults to
"owners".Options: owners, owners_and_family, renters, residents, all, noneWhen set (and not "none"), the response includes a contacts array with match type flags. Use all to return every associated contact regardless of relationship type. Returned contacts consume people credits. Set to "none" to skip contacts.string
Comma-separated property field IDs from List Fields. Requires
enrich=true. People fields such as has_pets belong on people lookups or people-anchored
searches and are not property attributes.Response Fields
Credits
Whenenrich=true (the default), this endpoint consumes 1 property data credit for the property. When contact_audience is set to a value other than "none" (default: "owners"), included contacts consume people credits. Credits are deduplicated within your billing period, so looking up the same property or contact again is free.
When enrich=false, no credits are consumed. Only base fields are returned (address, coordinates, images, bedrooms, bathrooms, sqft), and contacts include only names and match flags (no phones or emails).