Skip to main content
GET
Get a single journal entry (posted transaction) by id
Fetches one posted transaction (a single balanced double-entry journal entry) by its ledger_transactions id, flattened with both account ids, codes and names so each leg deep-links to its account page. This is the addressable journal-entry object that a reconciliation discrepancy’s transaction_id points to, and that every row of an invoice’s or credit note’s journal entries links back to.

Example Request

Response

Fields

Read-only. A missing or cross-tenant id returns 404. To list postings by account rather than fetch one by id, use List Ledger Entries.

Authorizations

Authorization
string
header
required

Tenant API key obtained from POST /auth/register or POST /v1/developer/keys.

Path Parameters

id
string<uuid>
required

Response

The journal entry.

data
object