Skip to main content
GET
List journal entries (keyset window)

Authorizations

Authorization
string
header
required

Portal API key minted in portal Settings → API access. Scope read or write; pinned to one company. Send as Authorization: Bearer lac_sk_....

Query Parameters

customer_id
string
limit
integer
Required range: x <= 500
cursor
string
q
string
Maximum string length: 200
account
string
period
string
period_from
string

Earliest accounting period (YYYY-MM). Cannot be combined with period.

Pattern: ^[0-9]{4}-(0[1-9]|1[0-2])$
period_to
string

Latest accounting period (YYYY-MM). Cannot be combined with period.

Pattern: ^[0-9]{4}-(0[1-9]|1[0-2])$
from
string<date>

Earliest entry date (YYYY-MM-DD).

to
string<date>

Latest entry date (YYYY-MM-DD).

amount_min
integer
amount_max
integer

Response

Journal rows plus window metadata. window.period_from and window.period_to echo the applied accounting-period range.

customer_id
string
required
as_of
string<date-time>
required
currency
string
required
rows
object[]
required
window
object
required