List Bookkeeping Accounts
get/bookkeeping_accounts
Query parameters
cursorstring
Return the page of entries after this one.
limitinteger
Limit the size of the list that is returned. The default (and maximum) is 100 objects.
idempotency_keystring
Filter records to the one with the specified idempotency_key you chose for that object. This value is unique across Increase and is used to ensure that a request is only processed once. Learn more about idempotency.
Response
Bookkeeping Account List
Example response
{
"data": [
{
"account_id": null,
"compliance_category": "customer_balance",
"entity_id": "entity_n8y8tnk2p9339ti393yi",
"id": "bookkeeping_account_e37p1f1iuocw5intf35v",
"idempotency_key": null,
"name": "John Doe Balance",
"type": "bookkeeping_account"
}
],
"next_cursor": "v57w5d"
}