Create Credential Issuance Rule
POST {{apiPath}}/environments/{{envID}}/credentialTypes/{{credentialTypeID}}/issuanceRules
This PingOne collection contains only the requests without documentation. For the official PingOne Platform API documentation, see Create Credential Issuance Rule.
Request Body
{"status"=>"ACTIVE", "digitalWalletApplication"=>{"id"=>"{{digitalWalletApplicationID}}"}, "filter"=>{"populationIds"=>["{{popID}}"]}, "automation"=>{"issue"=>"PERIODIC", "update"=>"ON_DEMAND", "revoke"=>"ON_DEMAND"}}