v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBFinance > JournalEntry
Reads a single Journal entry
Reads a single Journal entry
get/api/2026-07-01/resources/finance/journal_entries/{id}
Path parameters
idstring required
Filter by JournalEntry IDs
Response
OK
Example response
{
"id": "4321",
"number": 1,
"published_at": "2025-01-01T00:00:00.000Z",
"type": "bank",
"source_id": "15",
"source_type": "bank_transaction",
"reference_date": "2025-01-01",
"description": "Payment for invoice",
"legal_entity_id": "1001",
"external_id": "EXT-001",
"status": "published",
"updated_at": "2025-01-01T00:00:00.000Z"
}