Returns a paginated list of journal entries for the authenticated company, ordered by date descending.
Documentation Index
Fetch the complete documentation index at: https://www.finta.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
API key prefixed with finta_
Maximum number of results to return (1-500). Defaults to 100.
1 <= x <= 500A cursor for pagination. Pass the next_cursor value from a previous response to fetch the next page.
Return entries on or after this date (YYYY-MM-DD). If omitted, no lower bound.
Return entries on or before this date (YYYY-MM-DD). If omitted, no upper bound.
Filter by category prefixed ID.
Filter by what created the entry: transaction, spread, csv_upload, capitalization, split, or intercompany.
transaction, spread, csv_upload, capitalization, split, intercompany Filter by entry type: debit or credit.
debit, credit A paginated list of journal entries
list The canonical path of the collection, relative to the API host. Useful for logging, debugging, and generic pagination utilities that do not need to be aware of the specific endpoint.
"/api/v1/journal_entries"
Whether there are more results beyond this page.
Pass this value as starting_after to fetch the next page. Null when has_more is false.