v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBFinance > Account
Reads all Accounts
Fetch one or all ledger accounts for the company legal_entities.
get/api/2026-07-01/resources/finance/accounts
Query parameters
ids[]string[]
Search ledger accounts by ID
Search ledger accounts by ID
[ "1" ]
legal_entity_ids[]string[]
Search ledger accounts by legal_entity_id
Search ledger accounts by legal_entity_id
[ "11" ]
types[]string[]
Search ledger accounts by type
Search ledger accounts by type
[ "bank" ]
numberstring
Search ledger accounts by number
Example:1000
Search ledger accounts by number
updated_fromstring
Start date for filtering ledger accounts based on their last update.
Example:2021-01-01
Start date for filtering ledger accounts based on their last update.
Response
OK
Example response
{
"data": [
{
"id": "1",
"name": "Bank Account",
"legal_entity_id": "11",
"number": "1000",
"type": "bank",
"external_id": "ext_123",
"updated_at": "2021-01-01T00:00:00.000Z"
}
]
}