Bulk Enrich

Get enriched details on multiple people at once. Max 20 at a time

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
includelist of enumsRequired
Allowed values:
lookupslist of objectsRequired
rescrapebooleanOptional

Whether or not to automatically rescrape entities with stale data (specified by the maxDataAgeDays parameter).

maxDataAgeDaysintegerOptional

The threshold / amount of days to consider data stale and trigger an automatic rescrape (if supplied but rescrape parameter is false, expect a bad request error).

Response

This endpoint returns a list of objects.
lookupSuccessfulboolean
personobjectOptional

Extended Version of Person object, includes some relational fields, if you request for them to be included in the results.

Errors