Search Companies by Industry
POST https://api.hubapi.com/crm/v3/objects/companies/search
Request Body
{"filterGroups"=>[{"filters"=>[{"propertyName"=>"industry", "operator"=>"EQ", "value"=>"technology"}]}], "properties"=>["name", "industry", "website"], "limit"=>10}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |