cURL
curl --request GET \ --url https://sandbox.hurdlr.com/rest/v4/accounting/chartOfAccounts \ --header 'Authorization: Bearer <token>'
[ { "name": "<string>", "accountNo": "<string>", "beginning": 123, "ending": 123, "children": [ { "entity": "<string>", "entityId": 123, "date": "2023-11-07T05:31:56Z", "description": "<string>", "debit": 123, "credit": 123, "balance": 123 } ] } ]
Get the chart of accounts for the user’s business, in a hierarchical format with totaled balances
The access token received from the authorization server in the OAuth 2.0 flow.
Successful operation
A user-friendly name of this node, useful for display purposes
Number of the associated account, referencing an account in the Chart of Accounts
The beginning balance amount
The ending balance amount
Show child attributes