get https://api.trinsic.id/wallet/v1/api//verifications
List all available verifications in the specified wallet.
Service Clients (SDKs)
This endpoint can be accessed using one of our service clients as follows.
For more information on how to use our service clients, see our Service Clients (SDKs) guide.
IList<VerificationContract> verifications = await _walletClient.ListVerificationsAsync(walletId);
let verifications = await walletClient.listVerifications(walletId);
verifications = wallet_client.list_verifications(wallet_id)
verifications = wallet_client.list_verifications(wallet_id)