---
title: "List all organizations"
method: GET
path: "/accounting/{connection_id}/organization"
tags: ["accounting", "organization"]
---

# List all organizations

`GET /accounting/{connection_id}/organization`

## Path parameters

- `connection_id` string, required

## Query parameters

- `limit` number
- `offset` number
- `updated_gte` string
- `sort` string
- `order` string
- `query` string
- `fields` string[]
- `raw` string

## Response `200`

Successful

- AccountingOrganization[]
  - `id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `name` string
  - `legal_name` string
  - `currency` string
  - `address` PropertyAccountingOrganizationAddress
    - `address1` string
    - `address2` string
    - `city` string
    - `region` string
    - `region_code` string
    - `postal_code` string
    - `country` string
    - `country_code` string
  - `tax_number` string
  - `timezone` string
  - `website` string
  - `parent_id` string
  - `fiscal_year_end_month` number
  - `organization_code` string
  - `type` 'COMPANY' | 'SUBSIDIARY' | 'DIVISION' | 'LOCATION'
  - `is_elimination` boolean
  - `books_close_at` string, date-time
  - `raw` object

## Changes

- **2026-09-21** `669f9277e173` — 2 info
  - added the enum value `books_close_at` to the property `items/` of the `query` request parameter `fields`
  - added the optional property `items/books_close_at` to the response with the `200` status
- **2026-07-31** `963bcc74f9e3` — 4 info
  - added the enum value `is_elimination` to the property `items/` of the `query` request parameter `fields`
  - added the enum value `type` to the property `items/` of the `query` request parameter `fields`
  - added the optional property `items/is_elimination` to the response with the `200` status
  - added the optional property `items/type` to the response with the `200` status

[Change history](https://skmtc.dev/unified/apis/unified-to-api/changes/accounting/:connection_id/organization/get.md)

---

[API](https://skmtc.dev/unified/apis/unified-to-api.md) · [All operations](https://skmtc.dev/unified/apis/unified-to-api/llms.txt) · [OpenAPI document](https://skmtc.dev/unified/apis/unified-to-api/revisions/ce0cfee83c14?raw)
