List postings, tenant-wide
Cross-account list. Filter with reconciled=true|false to narrow
to settled or open postings; pass account=<id> to scope to one
account. For per-account history with the same tags filter, use
GET /v1/accounts/:id/postings.
Authorizations
OAuth 2.0 client_credentials grant. Send client_id:client_secret
as HTTP Basic, or as form fields. Tokens are HS256 JWTs valid for
one hour (configurable). Decode them at jwt.io.
Query Parameters
1 <= x <= 200Opaque token from a prior page's next_cursor. Do not decode or
construct cursors client-side; their encoding is implementation
detail and may change between releases. Cursors are stable for
the resources they reference (a cursor pointing at a deleted /
anonymized resource still paginates correctly. It points at a
position, not at a row). No documented TTL; treat cursors as
valid until the next forward-incompatible API change.
Only reconciled (true) or only open (false). Omit for both.
Filter to one account by id.
Only return postings with value_date < this timestamp.
Response
A page of postings, oldest first