v1

latestOpenAPI 3.1.02026-08-04253331435.1 KB
CRM Companies

List 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
get/api/v3/crm/{integration_id}/companies

Path parameters

integration_idstring uuid required

The CRM integration ID

The CRM integration ID

Query parameters

limitinteger

Number of results per page (max 100)

Number of results per page (max 100)

afterstring nullable

Pagination cursor from previous response

Pagination cursor from previous response

propertiesstring nullable

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')

associationsstring nullable

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

has_moreboolean
next_cursorstring nullable