Access required This endpoint is available to approved accounts only. Contact us to request access.
page and limit query params to paginate through results.max_limit, unused credits are refunded automatically.webhookUrl, results are already delivered via webhooks and credits are auto-settled. No need to call this endpoint.done: true.curl --location --request GET 'https://dev.enrich.so/api/v3/company-follower/665a1f4e2c3b7800129dce01/results?page=1&limit=100' \
--header 'x-api-key: <api-key>'{
"success": true,
"data": {
"batchId": "665a1f4e2c3b7800129dce01",
"count": 100,
"data": [
{
"objectURN": "urn:li:member:123456",
"name": "Sarah Chen",
"firstName": "Sarah",
"lastName": "Chen",
"profileUrl": "https://linkedin.com/in/sarahchen",
"title": "Senior Software Engineer",
"companyName": "Stripe",
"location": "San Francisco, CA",
"connectionDegree": 2,
"isPremium": false,
"isOpenProfile": true
}
],
"pagination": {
"page": 1,
"limit": 100,
"total": 342,
"totalPages": 4
}
},
"meta": {
"requestId": "664f2b3c9a1e4d0012abcdef",
"creditsUsed": 34200,
"creditsRefunded": 15800,
"creditsRemaining": 0
}
}