get https://api.trinsic.id/wallet/v1/api//verifications/
Get the specified verification 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.
VerificationContract verification = await _walletClient.GetVerificationAsync(walletId, verificationId);
let verification = await walletClient.getVerification(walletId, verificationId);
verification = wallet_client.get_verification(wallet_id, verification_id)
verification = wallet_client.get_verification(wallet_id, verification_id)