---
title: "Retrieve an organization"
method: GET
path: "/accounting/{connection_id}/organization/{id}"
tags: ["accounting", "organization"]
---

# Retrieve an organization

`GET /accounting/{connection_id}/organization/{id}`

## Path parameters

- `connection_id` string, required
- `id` string, required

## Query parameters

- `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 `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 `is_elimination` to the response with the `200` status
  - added the optional property `type` to the response with the `200` status

[Change history](https://skmtc.dev/unified/apis/unified-to-api/changes/accounting/:connection_id/organization/:id/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/e0a7ff925921?raw)
