Get Contact Details
Contact details with address, links, and custom fields. Use the Scope parameter to include extra data like notes, collections, and saved searches (runs additional queries in parallel).
/v1/contacts/:contactIdAuthentication
Authorization: BearerRequires OAuth access token (scope: contacts)
Query Parameters
contactIdstringContact ID (URL path parameter)
scopestringComma-separated extra data to include. Default: none (lightweight response)
notescollectionssavedSearchesResponses
application/jsonidstringContact ID
namestringContact full name
emailstringContact email
phonesarrayPhone numbers
stagestringPipeline stage
sourcestringLead source
tagsarrayContact tags
typestringContact type (buyer, seller, etc.)
pricenumberBudget or target price
birthdaystringISO 8601 birth date
isRegisteredbooleanWhether the contact has a registered account
addressobjectStructured address: formatted, locality, stateShort, postalCode, etc.
streetAddressstringStreet address string
linksobjectSocial links: website, linkedin, facebook, instagram, twitter, youtube
spokenLanguagesarrayLanguages the contact speaks
additionalarrayCustom fields: [{ name, value }]
notesarrayContact notes: [{ id, content, pinned, createdAt }]
savedSearchesarraySaved property searches: [{ id, name }]
totalNotesnumberTotal notes count
totalDocumentsnumberTotal documents count
totalSavedSearchesnumberTotal saved searches count
createdAtstringISO 8601 creation date
lastActivityDatestringISO 8601 date of last activity