Wallet Group Object

A wallet group is a container of wallets stored and maintained under an organization and is identified in the system by its unique ID, the UUID.
The following table describes the fields in the REST API messages for wallet groups:

FieldTypeDescription
idstringThe UUID. A unique ID of the wallet group.
created_atdateThe creation time of the wallet group.
Standard format of timestamp with a time zone.
ISO_8601
updated_atdateThe time when the wallet-group details were last updated.
Standard format of timestamp with a time zone.
ISO_8601
namestringThe name of the wallet group.
organization_idstringThe organization id this wallet group belongs to. Take a look at the Organization Object