v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBb) Tenant Configuration & Onboarding
List wallets attached to the tenant
Returns all wallets directly linked to the tenant, typically used for system or suspense purposes.
get/eclipse-conductor/rest/v1/tenants/{tenantId}/tenant-wallets
Path parameters
tenantIdinteger required
Query parameters
limitinteger
offsetinteger
onlyShowAllowedboolean
When the parameter is set to true, Only the wallets that the user has permission to access will be returned. However, if the parameter is set to false and the user does not have permission, will result in an error being thrown.
walletTypeIdsstring
To retrieve wallets for specific walletTypeId, you can pass a comma-delimited list of walletTypeId
Response
OK
Example response
[
{
"created": "2022-03-10T12:15:50-04:00"
}
]