---
title: "List accounting codes"
method: GET
path: "/v1/businesses/{client_id}/accounting-codes"
tags: ["Accounting Codes"]
---

# List accounting codes

`GET /v1/businesses/{client_id}/accounting-codes`

Returns a paginated list of GL codes for the given business.

## Path parameters

- `client_id` integer, required

## Query parameters

- `offset` integer
- `limit` integer

## Response `200`

OK

- AccountingCodeListResponse
  - `count` integer — Total number of GL codes.
  - `next` string, nullable — Pagination cursor for the next page.
  - `previous` string, nullable — Pagination cursor for the previous page.
  - `results` AccountingCode[]
    - `id` string, uuid — The unique identifier for this GL code.
    - `code` string — The GL code string used for bookkeeping export.
    - `name` string — The display name of the GL code.
    - `created` string, date-time — When this GL code was created in UTC.
    - `updated` string, date-time — When this GL code was last updated in UTC.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/letsweel/apis/weel-openapi.md) · [All operations](https://skmtc.net/letsweel/apis/weel-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/letsweel/weel-openapi/versions/55da5fa350fb/schema)
