Skip to main content
GET
Journal entries in a period

Authorizations

Authorization
string
header
required

Cherry API key, created in the app. Sent as Authorization: Bearer ck_live_….

Query Parameters

from
string<date>
required

Period start, YYYY-MM-DD.

to
string<date>
required

Period end, YYYY-MM-DD.

accountNumber
string

Only entries with a line on this ledger account.

entityId
string<uuid>

Scope to one legal entity (UUID from GET /entities). Defaults to the tenant's primary entity.

limit
integer
default:50

Page size, 1-200. Default 50.

Required range: 1 <= x <= 200
offset
integer
default:0

Row offset. Pass the previous page's meta.pagination.nextOffset to fetch the next page; nextOffset is null once the last page is reached.

Required range: x >= 0

Response

Journal entries, oldest first

data
object[]
meta
object