put https://api.trinsic.id/credentials/v1/verifications/policy//connections/
Send a verification to the specified connection using an existing policy.
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 _credentialsClient.SendVerificationFromPolicyAsync(connectionId, policyId);
let verification = await credentialsClient.sendVerificationFromPolicy(connectionId, policyId);
verification = credentials_client.send_verification_from_policy(connection_id, policy_id)
verification = credentials_client.send_verification_from_policy(connection_id, policy_id)