v4
latestOpenAPI 3.0.3UNLICENSED2026-08-0896235396.5 KBledger-accounts
Fetch All Customer Account
This operation allows the client to fetch all customer's accounts
get/ledger/accounts
Response
Account fetched
Example response
{
"content": [
{
"name": "ACME Corp",
"customerName": "Babajide Apata",
"currency": "GBP"
}
]
}