---
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
  - `raw` object

---

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