v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBFinance > JournalLine
Reads a single Journal line
Reads a single Journal line
get/api/2026-07-01/resources/finance/journal_lines/{id}
Path parameters
idstring required
Filter by specific JournalLine IDs
Response
OK
Example response
{
"id": "1234",
"number": 1,
"credit_amount_cents": 100,
"journal_entry_id": "4321",
"account_id": "9876",
"fully_reconciled_at": "2025-01-01T00:00:00.000Z",
"external_id": "EXT-LINE-001",
"updated_at": "2025-01-01T00:00:00.000Z"
}