put https://api.trinsic.id/credentials/v1/verifications/policy/
Create a connectionless verification from the specified policy.
Connectionless transport uses URLs that can be shared with the user over any existing transport (email, SMS, web).
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.CreateVerificationFromPolicyAsync(policyId);
let verification = await credentialsClient.createVerificationFromPolicy(policyId);
verification = credentials_client.create_verification_from_policy(policy_id)
verification = credentials_client.create_verification_from_policy(policy_id)