Get Contact Details by ID
GET /public/people/ — Returns full contact details including primary/billing locations and optional proposal and payment counts.
primaryLocation and billingLocation when they exist. Pass IncludeCounts=true to also receive the number of proposals and payments associated with the contact — useful for dashboards and sync logic.
Authorizations
Portal application identifier used as part of HMAC-authenticated API requests.
Portal user API key used together with the HMAC signature headers.
Timestamp header included in the signed request to prevent replay attacks.
HMAC-SHA256 signature for the request, calculated over the canonical string defined in the authentication docs.
Headers
Accept Header
application/json Path Parameters
Person Id.
Query Parameters
Response
Success
Contact detail model
Unique numeric identifier of the contact
UTC timestamp when the contact was last modified
Undefined, Person, Company Undefined, Client, Employee, Contractor, Other Contact first name
Contact last name
Company name when the contact represents a company
Primary contact email address
Additional email addresses copied when a proposal is submitted
Primary contact phone number
Free-text notes stored on the contact
Contact-location detail model
Contact-location detail model
Number of proposals linked to the contact when counts are requested
Number of payments linked to the contact when counts are requested