---
title: "Get Folders"
method: GET
path: "/consumers/{consumer_id}/accounting/folders"
tags: ["Accounting", "Folders"]
---

# Get Folders

`GET /consumers/{consumer_id}/accounting/folders`

## Path parameters

- `consumer_id` string, uuid, required

## Response `200`

Successful Response

- FolderItem[]
  - `id` string, required
  - `name` string, required
  - `selected` boolean, nullable
  - `vat` string, nullable
  - `company_number` string, nullable
  - `main_currency` string, nullable — Format: ISO 3166-1 codes.
  - `addresses` FolderAddressItem[], nullable
    - `street` string, nullable
    - `number` string, nullable
    - `box` string, nullable
    - `postal_code` string, nullable
    - `city` string, nullable
    - `country` string, nullable — Format: ISO 3166-1 codes.

## Other responses

- `400` — Bad Request
- `422` — Validation Error

---

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