put https://api.trinsic.id/wallet/v1/api//verifications//autoSelect
Submit the verification with a credential that matches the requested information.
If a credential is not available for a certain policy, that policy will not be included in the submitted verification.
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.
await _walletClient.SubmitVerificationAutoSelectAsync(walletId, verificationId);
await walletClient.submitVerificationAutoSelect(walletId, verificationId);
wallet_client.submit_verification_auto_select(wallet_id, verification_id)
wallet_client.submit_verification_auto_select(wallet_id, verification_id)