---
title: "Get accounting account"
method: GET
path: "/v1/accounting-accounts/{accountingAccountId}"
tags: ["Accounting accounts"]
---

# Get accounting account

`GET /v1/accounting-accounts/{accountingAccountId}`

Get a specific accounting account by its ID.

## Path parameters

- `accountingAccountId` integer, required

## Response `200`

OK

- AccountingAccount
  - `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

- `404` — Accounting account not found.

---

[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)
