Get a journal entry line
Returns the full detail of a single journal entry line by ID. Each line belongs to a parent
journal entry and specifies the GL account, debit or credit amount, memo, and optional
dimension tags (department, class, project). Lines cannot be modified after the parent entry
is posted.
Requires accounting:read scope.
Authorizations
API key issued per entity via Settings > Developers > API Keys.
Each key carries scopes (e.g. orders:read, products:write).
Bearer token format: Authorization: Bearer ark_live_ent_Test keys use ark_test_ent_. Both are issued per entity
via Settings > Developers > API Keys.
Response
Single JE line
A single debit or credit line within a journal entry. Exactly one of debit_amount or credit_amount is > 0. account_id must reference a postable leaf account (Rule A2). Verified against live dev RDS accounting.journal_entry_lines.
Debit amount (0 if credit line)
x >= 0Credit amount (0 if debit line)
x >= 0
