List Notes
Looks up the person or company by the provided identifiers and returns the notes attached to it. Resolve-only: returns 404 if no matching record exists (nothing is created on read). Notes are sorted pinned first, then by createdAt descending. For a person, supply at least one of linkedin_url, email, crm_id, or phone. For a company, supply at least one of website_url or name.
404.
Notes come back sorted pinned first, then by createdAt descending.
Query Parameters
Person identifiers (type=person)
Supply at least one of linkedin_url, email, crm_id, or phone.
Company identifiers (type=company)
Supply at least one of website_url or name.
Response
Note Object
Example Request
Errors
Authorizations
Query Parameters
Target type. Determines which identifier fields are required.
person, company LinkedIn profile URL (person only)
Email address (person only)
External CRM identifier (person only)
Phone number in E.164 format (person only)
Company website URL (company only)
Company name (company only)
Response
Notes retrieved successfully
Target type echoed from the request
person, company Resolved unified Contact ID (present when type=person). Stable across reimports and dialer drains.
"507f1f77bcf86cd799439011"
Resolved unified Company ID (present when type=company).
"507f1f77bcf86cd799439012"
Notes attached to the resolved target, pinned first then by creation date descending