---
title: "Retrieves a list of all companies that belong to the current Account, with various information targeted towards accountants/bookkeepers. Note that this method cannot be used in conjunction with PUT or POST methods, it is read-only."
method: GET
path: "/api/account/companies"
tags: ["Account"]
---

# Retrieves a list of all companies that belong to the current Account, with various information targeted towards accountants/bookkeepers. Note that this method cannot be used in conjunction with PUT or POST methods, it is read-only.

`GET /api/account/companies`

## Response `200`

OK

- IntectCompanyAccountView[]
  - `Id` integer
  - `Name` string
  - `VATRegistrationNumber` string
  - `AccountId` integer, nullable
  - `MainContactCompanyUserId` integer, nullable
  - `MainContactFullName` string
  - `ContactEmail` string
  - `InvoiceEmail` string
  - `AccountComment` string
  - `CountryId` integer
  - `CountryCode` string
  - `EmployeeCount` integer, nullable
  - `LastFinalized` string, date-time, nullable
  - `LastFinalizedFullName` string
  - `NextDeadline` string, date-time, nullable
  - `HasBatchesForApproval` boolean
  - `InvoiceTypeId` integer
  - `CurrentPackageLevel` integer
  - `Preferences` string

---

[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)
