OpenAPI 3.0.3UNLICENSED2026-08-1396241401.4 KB
35fe01ca087b
ledger-accounts
Fetch account details
This operation allows the client to fetch account details by account id. A client can fetch only their own account details.
get/ledger/accounts/{accountId}
Path parameters
accountIdstring uuid required
the unique onboard account ID
Response
Account details fetched
Example response
{
"name": "ACME Corp",
"customerName": "Babajide Apata",
"currency": "GBP"
}