Get a single wallet group by ID Returns (Task)
Overview of GetWalletGroupAsync goes here.
| Name | Description |
|---|---|
| folder | The folder containing the wallet group |
| walletGroupKey | The key of the wallet group to retrieve |
Example in C#
// Returns: WalletGroupInfo
var walletGroupInfo = await client.GetWalletGroupAsync(FolderInfo folder, String walletGroupKey);
Example in CURL
curl -X GET \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/walletgroups/WALLETGROUP.KEY \
-H 'Authorization: Bearer TOKEN_GOES_HERE'