V2 asynchronous APIs to fetch person information
Bulk enrich
Accepts a list of person enrichment requests and returns a batch ID (Tier 3)
path Parameters
environmentEnvironment (live or test)
Headers
x-api-keyAPI key for authentication
Bulk enrich › Request Body
Person enrichment request
Optional metadata to associate with the request. Will be returned in the response.
pdlIdThe person's PDL ID.
personIdThe AggKnowledge person ID.
professionalSocialMediaUrlLinkedIn URL of the person. Protocol and subdomain are optional, this value will be normalized server-side. Sales Nav and Recruiter URLs are allowed.
Bulk enrich › Responses
Enriched person data
batchIdThe batch ID of the bulk enrichment request. Use this to check the status of the request and fetch the data.
List all person bulk enrichment batches
Returns all person bulk enrichment batches for the current customer (Tier 4)
path Parameters
environmentEnvironment (live or test)
query Parameters
createdAfterFilter batches created after this date (YYYY-MM-DD format)
limitMaximum number of results to return (default: 100, max: 1000)
offsetNumber of results to skip for pagination (default: 0)
Headers
x-api-keyAPI key for authentication
List all person bulk enrichment batches › Responses
List of person bulk enrichment batches
List of person bulk enrichment batches
Bulk enrichment status
Returns the status of a bulk enrichment (Tier 4)
path Parameters
environmentEnvironment (live or test)
idBulk enrichment ID
Headers
x-api-keyAPI key for authentication
Bulk enrichment status › Responses
Bulk enrichment status
statusFetch bulk enriched person
Returns a complete bulk enriched person (Tier 4)
path Parameters
environmentEnvironment (live or test)
idBulk enrichment ID
itemIdBulk enrichment item ID
Headers
x-api-keyAPI key for authentication
Fetch bulk enriched person › Responses
Bulk enrichment status
isRetryableIf the request failed, whether the request is retryable with the same input. Always true for successful requests.
isSuccessWhether or not the request resulted in a successful enrichment.
Caller-supplied metadata associated with the request
Get all person bulk enrichment items
Returns all enriched person items for a batch with cursor-based pagination (Tier 4)
path Parameters
environmentEnvironment (live or test)
idBulk enrichment batch ID
query Parameters
cursorCursor for pagination. Use the cursor value from the previous response to get more results.
limitMaximum number of results to return (default: 20, max: 50)
Headers
x-api-keyAPI key for authentication
Get all person bulk enrichment items › Responses
List of enriched person items with pagination
cursorCursor for pagination. Use this value as the cursor parameter in the next request to get more results.
List of enriched person data
