Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Content-Type must be set to application/json
Path Parameters
The UUID of the business to fetch custom journal entries for
Query Parameters
Filter entries by creation date. Entries created on or after this date will be included.
Filter entries by creation date. Entries created on or before this date will be included.
Filter entries by entry date. Entries with an entry date on or after this date will be included.
Filter entries by entry date. Entries with an entry date on or before this date will be included.
Whether to include reversed entries in the results.
Comma-separated list of external IDs to filter by.
Comma-separated list of reference numbers to filter custom journal entries by. Only custom journal entries with reference numbers matching any value in this list will be returned.
The exact memo text of the entries to fetch.
A case-insensitive substring used to filter entries whose memo contains the specified value.
Filter custom journal entries by match status. If true, only matched entries will be returned. If false, only unmatched entries will be returned.
Response
List of custom journal entries
Unique identifier for the journal entry.
Identifier of the user or system that created the journal entry.
Description or memo of the journal entry.
ID of the ledger entry.
The ledger entry associated with this journal entry.
Tags associated with the journal entry.
External ID of the journal entry in your system.
The customer associated with this journal entry, if any.
The vendor associated with this journal entry, if any.
Line items for the journal entry.
Arbitrary custom metadata in JSON format with a size limit of 10KB
{
"custom_field": "value",
"any valid json": "below 10kb",
"nested": { "meaning of life": 42, "array": [] }
}
Any (typically user-visible) identifier you would like to associate with the custom journal entry. Can be used to filter when listing custom journal entries.