---
title: "Retrieves a Company resource."
method: GET
path: "/companies/{id}"
tags: ["Company"]
---

# Retrieves a Company resource.

`GET /companies/{id}`

Retrieves a Company resource.

## Path parameters

- `id` string, required

## Response `200`

Company resource

- Company — Company represents any type of organization
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string — Unique identifier for the company
  - `name` string — Company name
  - `isActive` boolean, nullable — A boolean indicating whether the company is active or not
  - `url` string, nullable — The web address of the company

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/revisions/d08a107895ad/schema)
