Skip to main content
GET
Get account journal entry lines

Authorizations

Authorization
string
header
required

Partner-level JWT token (unscoped). Token payload includes partner_id. Business access is validated via partner ownership. Format: Bearer <your-jwt-token>

Use this for: Multi-business operations where the business_id is specified in the URL and partner has access to multiple businesses.

Path Parameters

account_id
string<uuid>
required

A UUID string identifying this account.

business_id
string
required
Pattern: ^[0-9a-f-]+$

Query Parameters

end_date
string<date>

Filter entries up to this date (YYYY-MM-DD, inclusive)

page
integer

Page number (1-indexed)

page_size
integer

Items per page (default: 20, max: 100)

start_date
string<date>

Filter entries from this date (YYYY-MM-DD, inclusive)

Response

Response wrapper for account entries with opening/closing balances.

account_id
string<uuid>
required
account_code
string
required
account_name
string
required
opening_balance_cents
integer
required

Balance at start of requested period (or account inception)

closing_balance_cents
integer
required

Balance at end of requested period (or current)

total_debits_cents
integer
required
total_credits_cents
integer
required
entry_count
integer
required
entries
object[]
required
read-only