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

---

[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/versions/ef360d76c658/schema)
