Journal Entries
List Journal Entries
This endpoint retrieves all journal entries within a business’s general ledger.
GET
/
v1
/
businesses
/
{business_id}
/
ledger
/
entries
/
Path Parameters
business_id
string
requiredID of the Business to retrieve the Journal Entries for.
Query String Parameters
start_date
ISO8601 timestamp
Filter for entries applied on or after the specified time. This filters the entry_at
field, not the created_at
time.
end_date
ISO8601 timestamp
Filter for entries on or before the specified time. This filters the entry_at
field, not the created_at
time.
tag_key
string
Filter for entries with a specific tag key. Both tag_key
and tag_values
must be specified to filter by tags.
tag_values
string
Filter for entries with specific tag values. Multiple values for a specific key can be specified, separated by commas.
Both tag_key
and tag_values
must be specified to filter by tags.
Response
An array of retrieved Journal Entry objects