List accounts
Returns a list of general ledger accounts. Sort order is always ascending on account number.
Query parameters
The general ledger account types are not uniform across other third-party systems. However, it is useful to have a consistent type for the general ledger account. For example, to suggest accounts one can match with a bank account.
Only include accounts that are associated with the specified type
Exclude ignored accounts from the response
Unique resource identifier.
Only include accounts that are associated with the specified connection.
Unique resource identifier.
Filter by financial data account ID.
Limit the number of items in resulting query response.
If a query response contains a non-empty nextToken, use that value as token query parameter to continue pagination.
Response
A list of general ledger accounts.
Example response
{
"items": [
{
"id": "2ed9a3ee-60aa-4f9f-a858-2eed4eefbbc8",
"externalId": "walVNuin6X5Mvte4xhg1ibTAVSACfN4Q9hl",
"organizationId": "0160f6ab-5741-49e1-af46-9138927e547e",
"thirdPartyId": "9a8b1372-5c80-44a5-81a9-553a34041eb7",
"accountId": "2ed9a3ee-60aa-4f9f-a858-2eed4eefbbc8",
"name": "Cheque Account",
"number": "2400",
"currency": "EUR",
"type": "BANK",
"displayType": "Cheque Account",
"version": 1,
"etag": "version:3",
"created": "2022-05-04T18:31:12.889104898Z",
"updated": "2022-05-04T18:47:32.213842599Z"
}
],
"nextToken": "eyIxIjogIlRoaXMgaXMgYSBkdW1teSBwYWdpbmF0aW9uIHRva2VuLiJ9",
"token": "eyIwIjogIlRoaXMgaXMgYSBkdW1teSBwYWdpbmF0aW9uIHRva2VuLiJ9",
"limit": 100
}