List Contacts
List contacts attached to the authenticated organization.
Requires the contacts:read scope on the API key.
Query parameters
Page number.
Page number.
Number of items per page.
Number of items per page.
Field to sort by.
Sort direction.
Filter by email (case-insensitive exact match).
Filter by email (case-insensitive exact match).
Filter by LinkedIn profile URL. Matched against all known canonical variants (trailing slash, www. prefix, etc.).
Filter by LinkedIn profile URL. Matched against all known canonical variants (trailing slash, www. prefix, etc.).
Filter by contact ID.
Filter by contact ID.
Filter by the contact's linked account domain.
Filter by the contact's linked account domain.
Return contacts first seen strictly after this timestamp.
Return contacts first seen strictly after this timestamp.
Return contacts last seen strictly after this timestamp.
Return contacts last seen strictly after this timestamp.
Response
Successful Response
Changes
Changed in 3 of the 12 revisions of this API.3
- ○
added the optional property
items/items/account_idto the response with the200statusresponse-optional-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the new optional
queryrequest parametercompany_domainnew-optional-request-parameter
- ○
- ○
added the optional property
items/items/ownerto the response with the200statusresponse-optional-property-added
- ○