v2
latestOpenAPI 3.1.02026-07-2626156230.6 KBEnrich
Enrich companies
Match companies with our database and enrich it with additional information.
Webhook result: Documentation
post/v2/enrich/companies
Query parameters
apiTokenstring nullable
Headers
x-api-tokenstring nullable
Request body
Example request
{
"webhookUrl": "https://some-url.com",
"fields": [
"domain",
"countries",
"primaryCountry",
"companySize",
"industryCategories",
"industries",
"linkedinIndustry",
"ecommerce",
"keywords",
"employeeCountOcean",
"employeeCountLinkedin",
"revenue",
"yearFounded",
"description",
"emails",
"phones",
"logo",
"technologies",
"technologyCategories",
"mobileApps",
"webTraffic",
"medias",
"name",
"legalName",
"locations",
"departmentSizes",
"rootUrl",
"faxes",
"impressum",
"fundingRound",
"updatedAt"
]
}Response
Successful Response
Example response
{
"status": "in progress"
}