get https://api.trinsic.id/credentials/v1/verificationPolicies/
Get the specified verification 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.
VerificationPolicyContract verificationPolicy = await _credentialsClient.GetVerificationPolicyAsync(policyId);
let verificationPolicy = await credentialsClient.getVerificationPolicy(policyId);
verification_policy = credentials_client.get_verification_policy(policy_id)
verification_policy = credentials_client.get_verification_policy(policy_id)