Enrich People (start)
Quota limitation
This endpoint will not succeed if there is not enough people enrichment quota or credits available
Starts bulk enriching the provided list of people and returns an enrichment ID.
Enrichment runs asynchronously. To be notified when the enrichments are complete, we highly recommend using the notificationOptions.webhookUrl
field. This enables webhook notifications that automatically send the result to your server when ready. For more details, see the webhook documentation here.
Alternatively, you can manually check the enrichment's progress and results by sending a request to GET /v2/people/enrich/:id. However, polling is less efficient and may introduce delays or unnecessary load.
Looking for V1? It’s deprecated, but still available here.
Single person enrichment is deprecated too. You can learn more here.
Authorization
Authorization
RequiredBearer <token>In: header
Request Body
application/json
RequiredPeople to enrich
include
RequiredobjectInclude - List of fields to include in the enrichment results. Must have at least one field.
notificationOptions
objectpeople
Requiredarray<object>People - List of people to enrich. Must contain at least one person and at most 10000. Better find rates can be achieved by providing as much information as possible.
Enrichment ID