OpenAPI 3.0.3UNLICENSED2026-08-1396241401.4 KB

35fe01ca087b

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"
    }
  ]
}