Send verification to connection from policy

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)
Language
Authorization
Header
Click Try It! to start a request and see the response here!