---
title: "Retrieve Company Infos"
method: GET
path: "/accounting/companyinfos/{id}"
tags: ["accounting/companyinfos"]
---

# Retrieve Company Infos

`GET /accounting/companyinfos/{id}`

Retrieve Company Infos from any connected Accounting software

## Path parameters

- `id` string, required

## Query parameters

- `remote_data` boolean

## Headers

- `x-connection-token` string, required

## Response `200`

- UnifiedAccountingCompanyinfoOutput
  - `name` string, nullable — The name of the company
  - `legal_name` string, nullable — The legal name of the company
  - `tax_number` string, nullable — The tax number of the company
  - `fiscal_year_end_month` number, nullable — The month of the fiscal year end (1-12)
  - `fiscal_year_end_day` number, nullable — The day of the fiscal year end (1-31)
  - `currency` string, nullable — The currency used by the company
  - `urls` string[], nullable — The URLs associated with the company
  - `tracking_categories` string[], nullable — The UUIDs of the tracking categories used by the company
  - `field_mappings` object, nullable — The custom field mappings of the object between the remote 3rd party & Panora
  - `id` string, nullable — The UUID of the company info record
  - `remote_id` string, nullable — The remote ID of the company info in the context of the 3rd Party
  - `remote_data` object, nullable — The remote data of the company info in the context of the 3rd Party
  - `remote_created_at` string, date-time, nullable — The date when the company info was created in the remote system
  - `created_at` string, date-time, nullable — The created date of the company info record
  - `modified_at` string, date-time, nullable — The last modified date of the company info record

---

[API](https://skmtc.net/panoratech/apis/panora-api-2.md) · [All operations](https://skmtc.net/panoratech/apis/panora-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/panoratech/panora-api-2/revisions/ef360d76c658/schema)
