GetWalletGroupsAsync

Returns (Task<IEnumerable>)

Overview of GetWalletGroupsAsync goes here.

Name Description
folder

Get Wallet Groups Async

Example in C#

// Returns: IEnumerable<WalletGroupInfo>
var walletGroupInfo = await client.GetWalletGroupsAsync(FolderInfo folder);

Example in CURL



           curl -X GET \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/walletgroups \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'