---
title: "Retrieves a simplified list of all companies that the user has access to - including only a few key properties."
method: GET
path: "/api/companies/simple"
tags: ["Companies"]
---

# Retrieves a simplified list of all companies that the user has access to - including only a few key properties.

`GET /api/companies/simple`

## Response `200`

OK

- IntectWebAPIControllersCompaniesControllerSimpleCompany[]
  - `Id` integer
  - `Name` string
  - `VatRegistrationNumber` string
  - `SecondaryVatRegistrationNumber` string
  - `RoleId` integer
  - `AccountId` integer, nullable

---

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