Company

A company in your network.

  • createdUtc
    Type: stringFormat: date-time
    required

    Creation timestamp (UTC).

  • etag
    Type: string
    required

    ETag for concurrency control.

  • id
    Type: string
    required

    Company ID.

  • name
    Type: string
    required

    Company name.

  • updatedUtc
    Type: stringFormat: date-time
    required

    Last update timestamp (UTC).

  • changeOrigin
    Type: null | string

    Origin channel that triggered this change. Informational only; treat as an opaque value.

  • changeType
    Type: null | string

    Type of change that produced this version: "create", "update", or "delete"

  • contacts
    Type: array object[] · ContactLink[]

    Contacts linked to this company, primary first.

    Lightweight contact reference embedded on a company, showing the relationship.

    • id
      Type: string
      required

      Contact ID.

    • email
      Type: null | string

      Email address.

    • firstName
      Type: null | string

      First name.

    • isPrimary
      Type: boolean

      Whether this company is the contact's primary company.

    • jobTitle
      Type: null | string

      Job title at this company.

    • lastName
      Type: null | string

      Last name.

    • uri
      Type: null | string

      Opaque canonical Propstreet entity URI for deep linking.

  • countryCode
    Type: null | string

    ISO 3166-1 alpha-2 country code.

  • deletedUtc
    Type: null | stringFormat: date-time

    Deletion timestamp (UTC) if soft-deleted.

  • domain
    Type: null | string

    Company domain (e.g., "acme.com"). Set directly via API or auto-extracted from homepageUrl. Normalized to lowercase without www prefix.

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

    External references.

    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.

  • profilePictureUrl
    Type: null | string

    URL to download the company logotype/profile picture, if set.

  • strategy
    Type: null | string

    Investment strategy.

  • tags
    Type: array string[]

    List of tags.

  • uri
    Type: null | string

    Opaque canonical Propstreet entity URI for deep linking.