v1
latestOpenAPI 3.1.02026-08-04253331435.1 KBList Companies
Get a paginated list of companies from the CRM.
Properties
Request specific properties (including custom properties) using the properties parameter:
GET /crm/{integration_id}/companies?properties=name,domain,my_custom_property
Default properties returned: name, domain, description, phone, address, city, state, zip, country, website, industry, numberofemployees, annualrevenue, lifecyclestage, hs_lead_status, hubspot_owner_id, createdate, hs_lastmodifieddate
Associations
Include associated objects using the associations parameter:
GET /crm/{integration_id}/companies?associations=contacts,deals
Valid association types: contacts, deals, tickets, notes, tasks, meetings, calls, emails
Pagination
- Max 100 results per page
- Use next_cursor from response in subsequent requests
Path parameters
The CRM integration ID
The CRM integration ID
Query parameters
Number of results per page (max 100)
Number of results per page (max 100)
Pagination cursor from previous response
Pagination cursor from previous response
Comma-separated list of properties to return (e.g., 'name,domain,my_custom_prop')
Comma-separated list of properties to return (e.g., 'name,domain,my_custom_prop')
Comma-separated list of associated objects to include (e.g., 'contacts,deals')
Comma-separated list of associated objects to include (e.g., 'contacts,deals')
Response
Successful Response