put https://api.trinsic.id/credentials/v1/verifications/proposal//connections/
Create a verification from the specified policy and send it to the specified connection.
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.SendVerificationFromProposalAsync(connectionId, policyId);
let verification = await credentialsClient.sendVerificationFromProposal(connectionId, policyId);
verification = credentials_client.send_verification_from_proposal(connection_id, proposal_id)
verification = credentials_client.send_verification_from_proposal(connection_id, proposal_id)