---
title: "List companies"
method: GET
path: "/companies"
---

# List companies

`GET /companies`

Describe companies accessible with provided authorization token. Used for cross-company accounts only. This will return only active companies with paid status. Trial and test accounts will not show in results.

## Response `200`

200

- union
  - object[]
    - `id` integer
    - `name` string
  - object[]
    - `id` integer
    - `name` string
    - `reference_company_id` string

---

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