v2
latestOpenAPI 3.1.02026-07-262653151.5 KBcompanies
Search for companies ids
Search for companies ids using the ElasticSearch Query DSL format
post/v3/companies/search
Headers
x-authenticate-teamstring
Partner accounts only. When present, the request is executed in the context of the specified child team (use the team_id returned by Create Team). When omitted, the request runs as the team that owns the API key.
Request body
Example request
{
"query": {
"match": {
"company_info.industry": {
"query": "Financial Services"
}
}
}
}Response
A list of company ids matching provided query