---
title: "Retrieve Company"
method: GET
path: "/v1/companies/{id}"
---

# Retrieve Company

`GET /v1/companies/{id}`

This API endpoint retrieves a specific company.

## Path parameters

- `id` string, required

## Response `200`

200

- object
  - `id` string
  - `object` string
  - `createdAt` string
  - `name` string
  - `fallbackColor` string
  - `iconImageUrl` string
  - `isPlaceholder` boolean
  - `customFields` object
    - `phoneNumber` string
    - `tags` string[]
    - `address` object
      - `country` string
      - `region` string
      - `postalCode` string
      - `addressLine1` string
      - `addressLine2` string
      - `city` string
      - `fullAddress` string
    - `email` string
    - `text` string
    - `url` string
    - `number` number

## Other responses

- `404` — 404

---

[API](https://skmtc.net/assembly/apis/core-resources.md) · [All operations](https://skmtc.net/assembly/apis/core-resources/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/assembly/core-resources/versions/28a9e7d13a8c/schema)
