---
title: "Get ledger accounts"
method: GET
path: "/accounting/ledgerAccounts"
tags: ["Accounting"]
---

# Get ledger accounts

`GET /accounting/ledgerAccounts`

Get list of all ledger accounts (GL accounts), optionally filtered by type

## Query parameters

- `type` 'ACCOUNTS_RECEIVABLE' | 'TAX_LIABILITY' | 'CASH' | 'DEFERRED_REVENUE' | 'RECOGNIZED_REVENUE' | 'CONTRACT_ASSET' | 'REALIZED_GAIN_LOSS' | 'EXPENSE' | 'REFUND'

## Response `200`

successful operation

- LedgerAccount[]
  - `entityIds` string[]
  - `name` string
  - `accountCode` string
  - `description` string
  - `accountType` 'ACCOUNTS_RECEIVABLE' | 'TAX_LIABILITY' | 'CASH' | 'DEFERRED_REVENUE' | 'RECOGNIZED_REVENUE' | 'CONTRACT_ASSET' | 'REALIZED_GAIN_LOSS' | 'EXPENSE' | 'REFUND'
  - `isDefault` boolean
  - `inUse` boolean
  - `default` boolean
  - `id` string

---

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