Skip to main content
GET
Retrieve a single person by their DealMachine person ID. Returns contact information including name, phone numbers, email addresses, and demographic data.

Path Parameters

string
required
DealMachine person ID (e.g., per_12345).

Query Parameters

boolean
default:true
Controls whether enriched data is returned and credits are consumed.Set true (default) to return person fields including phones, emails, and demographics. Credits are consumed. Set false for preview mode with base fields only. Preview mode omits phones, emails, and demographic data and consumes no credits.
boolean
default:false
When true, includes the person’s associated properties with address, valuation, and ownership data.
integer
default:20
Maximum associated properties to return when include_properties=true. Maximum: 100.
string
Comma-separated field IDs from List Fields. People fields return on the person. Property fields return under property. Requires enrich=true.

Response Fields

Property Fields (when included)

Credits

When enrich=true (the default), this endpoint consumes 1 people credit for the person. When include_properties=true, included properties consume property credits. Chargeable property fields requested through fields add a property credit. Credits are deduplicated within your billing period, so looking up the same person or property again is free. When enrich=false, no credits are consumed. Only base fields are returned (name, match flags). No phones, emails, or demographic data is included.