v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBe) Organisation Management
List wallets for the organisation
Lists all wallets directly owned by the organisation. Pass fields=local to return only local fields (walletId, walletType, etc.) without calling external systems.
get/eclipse-conductor/rest/v1/tenants/{tenantId}/organisations/{organisationId}/wallets
Path parameters
tenantIdinteger required
organisationIdinteger required
Query parameters
accountNumberstring
externalUniqueIdstring
fieldsstring
friendlyIdstring
limitinteger
Maximum number of results to return. Defaults to 100.
offsetinteger
Zero-based offset for pagination.
statusstring
Wallet Status in comma Separated [ active, barred, pending, cancelled, locked]
walletIdsstring
If Organisations has multiple associated wallets and you want to fetch specific ones, pass the desired walletIds as a comma-separated string.
walletTypeIdinteger
Response
OK
Example response
[
{
"created": "2022-03-10T12:15:50-04:00"
}
]