---
title: "Retrieve Company"
method: GET
path: "/company"
tags: ["Company"]
---

# Retrieve Company

`GET /company`

## Response `200`

Details about the current company

- Company
  - `id` string, required — The Company's unique ID
  - `name` string, required — The name of the company
  - `status` 'active' | 'cancelled' | 'deleted' — Indicates the status of the Company.
  - `address` Address
    - `street_address_1` string, nullable
    - `street_address_2` string, nullable
    - `city` string, nullable
    - `state` string, nullable
    - `postal_code` string, nullable
    - `country` string, nullable
  - `logo` ImageURI[] — A list of images for the different variants of the logo
    - `type` string, required
    - `uri` string, required
    - `url` string

## Other responses

- `400` — Bad Request
- `404` — Not found
- `500` — Unexpected error

---

[API](https://skmtc.dev/companycam/apis/core-api.md) · [All operations](https://skmtc.dev/companycam/apis/core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/companycam/core-api/revisions/f2cd76b46603/schema)
