---
title: "List accounting accounts"
method: GET
path: "/v1/accounting-accounts"
tags: ["Accounting accounts"]
---

# List accounting accounts

`GET /v1/accounting-accounts`

List accounting accounts for your organization.

## Query parameters

- `account` string
- `programId` integer
- `pageSize` integer
- `pageOffset` integer

## Response `200`

OK

- object
  - `has_next` boolean — Indicates whether there are more pages after the current page.
  - `items` object[] — Items returned by the request
    - `id` integer — Accounting account ID
    - `description` string — Description of the accounting account
    - `account` string — Accounting account number
    - `program_id` integer — Program ID
    - `created_at` string, date-time — Date and time when the accounting account was created (ISO 8601).
    - `deactivated_at` string, date-time — Date and time when the accounting account was deactivated (ISO 8601). Filled when the account is deactivated.

## Other responses

- `400` — Bad request

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/revisions/935b62e16de4/schema)
