---
title: "Get a list of Companies"
method: GET
path: "/Companies"
tags: ["Companies"]
---

# Get a list of Companies

`GET /Companies`

This operation returns the key and ID of all Companies in the Ascribe Account.

## Response `200`

OK

- GetCompaniesResponse — Response contains list of available companies
  - `errorMessage` string, nullable
  - `companies` Company[], required — List of Companies
    - `key` integer, required — Identifying key for the Company. This key will not change for the lifetime of the Company.
    - `id` string, required — The id of the Company. This id is unique among Companies, but may be changed by the user.

---

[API](https://skmtc.net/voxco/apis/acuity-webapi-1-0.md) · [All operations](https://skmtc.net/voxco/apis/acuity-webapi-1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voxco/acuity-webapi-1-0/revisions/2ea4b8555197/schema)
