Returns (Task<IEnumerable>)
Overview of GetWalletGroupsAsync goes here.
Name | Description |
---|---|
folder |
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'