Access required — This endpoint is available to approved accounts only. Contact us to request access.
curl --location --request POST 'https://dev.enrich.so/api/v3/count-estimate' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"companyUrl": "https://linkedin.com/company/stripe",
"departments": ["Engineering", "Sales"]
}'{
"success": true,
"data": {
"batchId": "665b2a3f4c5d6e0013fgh002",
"status": "pending",
"message": "Count estimation job started. Results typically available within 30-60 seconds."
},
"meta": {
"requestId": "664f2b3c9a1e4d0012abcdef",
"creditsUsed": 100,
"creditsRemaining": 24900
}
}