Skip to content

Run advanced enrichment on contacts

Request

Enqueue advanced LinkedIn enrichment on a set of contacts. Enrichment consumes credits — returns 402 Payment Required if your team has insufficient balance.

Security
bearerAuth
Bodyapplication/jsonrequired
Any of:
uuidsArray of strings, (uuid)

Contact UUIDs to enrich. Required when filter is not provided.

Example:
[ "02dcb6ac-9b15-49f6-8882-fbca91e986ab" ]
filterobject

Filter to select contacts. Use instead of explicit uuids.

PUT
/leads/api/leads/advanced-enrichment
curl -i -X PUT \
  https://leadgen.grinfi.io/leads/api/leads/advanced-enrichment \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "uuids": [
      "02dcb6ac-9b15-49f6-8882-fbca91e986ab"
    ]
  }'

Responses

Enrichment queued.

Response
No content