Research contacts
Research contacts by searchResultId from contact search results or Contact enrich
Documentation Index
Fetch the complete documentation index at: https://docs.seamless.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
Array of search result IDs obtained from a prior /search/contacts call. Each ID triggers a contact research request that consumes one credit. Mutually exclusive with the contacts property.
100[
"11ad7a1c-9a63-30e0-a1de-cd9a766805ca",
"22bd8b2d-0b74-41f1-b2ef-de0ab877916db"
]When set to true, triggers a job change research for the provided contacts. Must be used together with the contacts array; cannot be used with searchResultIds.
false
Contact enrich request. Provide an array of contacts to research by identity. Each item must include one of the following combinations:
- contactName and companyName (optionally include title when using isJobChange)
- contactName and domain
- liProfileUrl
- liSalesNavUrl
- liRecruiterUrl
Mutually exclusive with searchResultIds. When isJobChange is true, only the contacts array should be used.
100When true, research will not check for duplicate records that you already researched recently, and perform a research (which can result in credit usage)
Response
The request IDs for research
Indicates whether the research request was accepted successfully.
true
Array of request IDs corresponding to each contact research request. Use these IDs to poll for results via /contacts/research/poll.
100["6Ei5iKuSHzJXvqjVPWiZ_"]