---
title: "List CompanyInfos"
method: GET
path: "/accounting/companyinfos"
tags: ["accounting/companyinfos"]
---

# List CompanyInfos

`GET /accounting/companyinfos`

## Query parameters

- `remote_data` boolean
- `limit` number
- `cursor` string

## Headers

- `x-connection-token` string, required

## Response `200`

- object
  - `prev_cursor` string, nullable, required
  - `next_cursor` string, nullable, required
  - `data` object[], required
    - `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

## Changes

- **2024-09-05** `5ba5c769e2e1` — 1 breaking
  - for the `query` request parameter `limit`, default value `50` was added
- **2024-09-03** `8f398d57935f` — 1 breaking
  - for the `query` request parameter `limit`, default value `50` was removed
- **2024-08-27** `5ba5c769e2e1` — 162 info
  - removed the `AED` enum value from the `allOf[subschema #2]/data/items/currency` response property for the response status `200`
  - removed the `AFN` enum value from the `allOf[subschema #2]/data/items/currency` response property for the response status `200`
  - removed the `ALL` enum value from the `allOf[subschema #2]/data/items/currency` response property for the response status `200`
  - removed the `AMD` enum value from the `allOf[subschema #2]/data/items/currency` response property for the response status `200`
  - …158 more
- **2024-08-13** `6c3a1da2bdc9` — 15 info
  - added the optional property `allOf[subschema #2]/data/items/created_at` to the response with the `200` status
  - added the optional property `allOf[subschema #2]/data/items/currency` to the response with the `200` status
  - added the optional property `allOf[subschema #2]/data/items/field_mappings` to the response with the `200` status
  - added the optional property `allOf[subschema #2]/data/items/fiscal_year_end_day` to the response with the `200` status
  - …11 more
- …earlier changes not shown

[Full history](https://skmtc.dev/panoratech/apis/panora-api/changes/accounting/companyinfos/get.md)

---

[API](https://skmtc.dev/panoratech/apis/panora-api.md) · [All operations](https://skmtc.dev/panoratech/apis/panora-api/llms.txt) · [OpenAPI document](https://skmtc.dev/panoratech/apis/panora-api/revisions/634ca9b624aa?raw)
