---
title: "Retrieve enrichment information for a company"
method: GET
path: "/enrich/{connection_id}/company"
tags: ["enrich", "company"]
---

# Retrieve enrichment information for a company

`GET /enrich/{connection_id}/company`

## Path parameters

- `connection_id` string, required

## Query parameters

- `domain` string
- `name` string

## Response `200`

Successful

- EnrichCompany — A company object from an enrichment integration
  - `id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `name` string
  - `description` string
  - `domain` string
  - `twitter_handle` string
  - `twitter_url` string
  - `address` PropertyEnrichCompanyAddress — The address of the company
    - `address1` string
    - `address2` string
    - `city` string
    - `region` string
    - `region_code` string
    - `postal_code` string
    - `country` string
    - `country_code` string
  - `telephones` EnrichTelephone[] — An array of telephones for this company
    - `telephone` string, required
    - `type` 'WORK' | 'HOME' | 'OTHER' | 'FAX' | 'MOBILE'
  - `linkedin_url` string
  - `crunchbase_url` string
  - `facebook_url` string
  - `youtube_url` string
  - `instagram_url` string
  - `yelp_url` string
  - `logo_url` string
  - `exchange` string
  - `stock` string
  - `year_founded` number
  - `alexa_rank` number
  - `naics_code` number
  - `sic_code` number
  - `employees` string
  - `revenue` string
  - `industry` string
  - `raw` object

---

[API](https://skmtc.net/unified/apis/unified-to-api.md) · [All operations](https://skmtc.net/unified/apis/unified-to-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unified/unified-to-api/revisions/021e9b45420a/schema)
