Accounts
List Entry Lines
This endpoint lists the line items of an account in the general ledger of a business.
GET
/
v1
/
businesses
/
{business_id}
/
ledger
/
accounts
/
{account_id}
/
lines
Path Parameters
business_id
string
requiredID of the Business the Ledger is associated with.
account_id
string
requiredID of the Ledger Account.
Response
Returns an array of Line Item objects for the ledger Account.