List contacts
Retrieve a paginated list of contacts associated with specific external IDs. You can optionally filter the results further by providing a list of sources. Note: The externalIds
parameter is currently required to specify the contacts you want to retrieve.
Query Parameters
A list of unique identifiers from an external system used to retrieve specific contacts. This parameter is required and ensures the result set is limited to the contacts associated with the provided externalIds
. These IDs must match the ones supplied during contact creation via the "Create Contacts" endpoint. Use this parameter to cross-reference and fetch contacts linked to external systems.
A unique identifier from an external system that can optionally be supplied when creating a contact. This ID is used to associate the contact with records in other systems and is required for retrieving the contact later via the "List Contacts" endpoint. Ensure the externalId
is unique and consistent across systems for accurate cross-referencing.
Indicates how the contact was created or where it originated from.
Maximum number of results to return per page.
1 <= x <= 50
Was this page helpful?