Read Credential Issuance Rule Usage Counts
GET {{apiPath}}/environments/{{envID}}/credentialTypes/{{credentialTypeID}}/issuanceRules/{{credentialIssuanceRuleID}}/usageCounts
Use the GET {{apiPath}}/environments/{{envID}}/credentialTypes/{{credentialTypeID}}/issuanceRules/{{credentialIssuanceRuleID}}/usageCounts
operation to return the count of actions (issue, update, and revoke) and user acceptances of issued credentials for the specified credential issuance rule for the specified credential type in the specified environment.
Usage counts are cumulative over the life of the credential issuance rule.
Prerequisites
- Create a credential type to get a
credentialTypeID
for the endpoint. See also PingOne Credentials, especially Credential Types. - Create a credential issuance rule to get a
credentialIssuanceRuleID
for the endpoint. See also PingOne Credentials, especially Credential Issuance Rules.
RESPONSES
status: OK
{"issued":4,"accepted":2,"updated":1,"revoked":0,"errors":1}