---
title: "Retrieve company information"
method: GET
path: "/companies/{companyId}/company-information"
tags: ["company-information"]
---

# Retrieve company information

`GET /companies/{companyId}/company-information`

Retrieve the information of the company.

**Scope:** `company-information:read`

## Response `200`

Company information

- object
  - `companyInformation` CompanyInformation
    - `id` string, uuid — Unique identifier for the company
    - `companyType` 'proprietorship' | 'limitedCompany' | 'limitedPartnership' | 'partnership' | 'cooperative' | 'nonProfitAssociation' | 'communityAssociation' | 'religiousCommunity' | 'notSet' — Company type of the company
    - `name` string — Name of the company
    - `organizationNumber` string — Organization number of the company
    - `phone` string — Phone number of the contact person
    - `email` string — Email address of the contact person
    - `hasBBA` boolean — Indicates whether the company has a business bank account
    - `address` Address
      - `line1` string
      - `line2` string, nullable
      - `city` string
      - `postalCode` string
      - `country` string, country — ISO 3166-1 alpha-2 country code

## Other responses

- `404` — Company not found

---

[API](https://skmtc.net/bokio/apis/company-api.md) · [All operations](https://skmtc.net/bokio/apis/company-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bokio/company-api/revisions/1bb5d09ce15e/schema)
