Read One Credential Issuance Rule
GET {{apiPath}}/environments/{{envID}}/credentialTypes/{{credentialTypeID}}/issuanceRules/{{credentialIssuanceRuleID}}
Use the GET {{apiPath}}/environments/{{envID}}/credentialTypes/{{credentialTypeID}}/issuanceRules/{{credentialIssuanceRuleID}}
operation to return the specified credential issuance rule for a specified credential type in a specified environment.
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 Types.
RESPONSES
status: OK
{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/credentialTypes/8a3a6157-5fb9-40b7-96c0-909331858248/issuanceRules/0f5acc76-4c83-4e3b-9892-0251bbee0ea2"}},"id":"0f5acc76-4c83-4e3b-9892-0251bbee0ea2","createdAt":"2023-03-01T19:51:39.400Z","updatedAt":"2023-03-01T19:51:39.400Z","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"credentialType":{"id":"8a3a6157-5fb9-40b7-96c0-909331858248"},"status":"ACTIVE","digitalWalletApplication":{"id":"6815c8a6-bc0b-4105-8f37-50f6c35583d7"},"filter":{"populationIds":["63141099-c1b2-4e6b-a596-97d44374c3b4"]},"automation":{"issue":"PERIODIC","update":"ON_DEMAND","revoke":"ON_DEMAND"}}