CreateCompanyRequest

Request to create a new company.

  • name
    Type: string
    max length:  
    255
    required

    Company name (required).

  • countryCode
    Type: null | string
    max length:  
    10

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

  • domain
    Type: null | string
    max length:  
    255

    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
    max length:  
    500

    Company homepage URL.

  • linkedInUrl
    Type: null | string
    max length:  
    500

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

  • strategy
    Type: null | string

    Investment strategy or description.

  • tags
    Type: array string[] | null

    List of tags or labels.