v3

latestOpenAPI 3.0.3UNLICENSED2026-07-2796235396.3 KB
ledger-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"
    }
  ]
}