List all credentials for verification

List all available credentials that satisfy the verification request.

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<VerificationPolicyCredentialContract> credentials = await _walletClient.GetAvailableCredentialsForVerificationAsync(walletId, verificationId);
let credentials = await walletClient.getAvailableCredentialsForVerification(walletId, verificationId);
credentials = wallet_client.get_available_credentials_for_verification(wallet_id, verification_id)
credentials = wallet_client.get_available_credentials_for_verification(wallet_id, verification_id)
Language
Authorization
Header
Click Try It! to start a request and see the response here!