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

RESPONSES

status: OK

{"issued":4,"accepted":2,"updated":1,"revoked":0,"errors":1}