v3
latestOpenAPI 3.0.3UNLICENSED2026-07-2796235396.3 KBledger-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"
}