UpdateCompanyRequest

Request body for updating an existing company. Only include fields you want to change. Omitted fields are left unchanged; fields set to null are cleared.

  • countryCode
    Type: null | string

    ISO 3166-1 alpha-2 country code (e.g. 'US', 'SE').

  • domain
    Type: null | string

    Company domain (e.g., "acme.com"). Normalized to lowercase without www prefix. Ignored if homepageUrl is provided (domain is derived from URL instead).

  • externalRefs
    Type: array object[] | null · ExternalRef[]

    External references to this company in other systems (e.g. CRM IDs).

    Represents an external system reference (e.g., Salesforce, HubSpot, Pipedrive). Supports multiple CRM systems simultaneously.

    • id
      Type: string
      max length:  
      255
      required

      External identifier within the namespace (e.g., "003XXXXXXXXXXXX" for Salesforce). Case-sensitive. Format depends on the external system.

    • namespace
      Type: string
      max length:  
      50
      required

      External system namespace (e.g., "salesforce", "hubspot", "pipedrive", "csv-import"). Case-insensitive.

  • homepageUrl
    Type: null | string

    Company homepage URL.

  • linkedInUrl
    Type: null | string

    Company LinkedIn URL in the format https://www.linkedin.com/company/{slug}.

  • name
    Type: null | string

    Company name.

  • strategy
    Type: null | string

    Investment strategy or description.

  • tags
    Type: array string[] | null

    List of tags or labels.