v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Finance > LedgerAccountResource

Reads all Ledger account resources

Fetch one or all ledger account resource for the company.

get/api/2026-07-01/resources/finance/ledger_account_resources

Query parameters

ids[]string[]

Search ledger account resources by ID

Search ledger account resources by ID

[
  "135"
]
resource_ids[]string[]

Filter ledger account resources by resource ID

Filter ledger account resources by resource ID

[
  "155"
]
resource_type'bankaccount' | 'vendor' | 'taxtype' | 'payrollconcept' | 'customcategory' | 'invoice'

Filter ledger account resources by resource type

Example:taxtype

Filter ledger account resources by resource type

legal_entity_ids[]string[]

Filter ledger account resources by legal entity ID

Filter ledger account resources by legal entity ID

[
  "13"
]
updated_fromstring

Filter ledger account resources by updated at

Example:2021-01-01

Filter ledger account resources by updated at

finance_account_ids[]string[]

Filter ledger account resources by finance account ID

Filter ledger account resources by finance account ID

[
  "15"
]

Response

OK

Example response

{
  "data": [
    {
      "id": "135",
      "resource_type": "taxtype",
      "resource_id": "155",
      "account_id": "15",
      "balance_type": "debit",
      "updated_at": "2021-01-01T00:00:00.000Z",
      "external_id": "ext_123",
      "legal_entity_id": "13"
    }
  ]
}