Enqueue advanced LinkedIn enrichment on a set of contacts. Enrichment consumes credits — returns 402 Payment Required if your team has insufficient balance.
Security
bearerAuth
PUT
- object
- object (2)
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"
]
}'