---
title: "Get Current Company"
method: GET
path: "/v1/companies/current"
tags: ["companies"]
---

# Get Current Company

`GET /v1/companies/current`

Returns the company associated with this account

## Response `default`

default response

- StreemApiGetCurrentCompanyResponse
  - `company` StreemApiCompany
    - `sid` string
    - `code` string
    - `name` string
    - `active` boolean
    - `parent_company_sid` string
    - `sub_company_limit` integer
    - `created_at` string, date-time
    - `active_status_modified_at` string, date-time
    - `call_sources` StreemApiCallSource[]
      - `sid` string
      - `company_id` string
      - `code` string
      - `name` string
      - `is_default` boolean
      - `logo_url` string
      - `max_diagnoses` integer
      - `custom_theme` StreemApiCustomTheme
        - `primary_color` string

---

[API](https://skmtc.net/streem/apis/streem-api.md) · [All operations](https://skmtc.net/streem/apis/streem-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/streem/streem-api/versions/04250faebd19/schema)
