---
title: "Get the company profile"
method: GET
path: "/company"
tags: ["Company"]
---

# Get the company profile

`GET /company`

Returns the company's registered details and accounting configuration: fiscal year start month, VAT period length in months, company form, and statement format. `editable` indicates whether the caller could change settings (always false for API keys).

## Query parameters

- `customer_id` string

## Response `200`

Company profile.

- CompanyProfile — The company's registered details and accounting configuration.
  - `customer_id` string
  - `legal_name` string
  - `business_id` string — Finnish business ID (Y-tunnus).
  - `vat_number` string
  - `country_code` string
  - `currency` string
  - `fiscal_year_start_month` integer — Month the fiscal year starts (1-12).
  - `vat_period_months` integer — VAT reporting period length in months.
  - `vat_period_source` 'dated' | 'column' | 'default' — Where the VAT period setting comes from.
  - `company_form` string
  - `statement_format` string
  - `editable` boolean — Whether the caller may change settings (false for API keys).

## Other responses

- `401` — Missing or invalid bearer token.
- `403` — Insufficient scope or role — e.g. a read-scoped key on a mutating method, or an API key on an admin/approver-only endpoint.

---

[API](https://skmtc.net/lastaccountingcompany/apis/lac-customer-api.md) · [All operations](https://skmtc.net/lastaccountingcompany/apis/lac-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lastaccountingcompany/lac-customer-api/revisions/52e277b4f031/schema)
