Read One Notification Policy

GET {{apiPath}}/environments/{{envID}}/notificationsPolicies/{{notificationPolicyID}}

Use the GET {{apiPath}}/environments/{{envID}}/notificationsPolicies/{{notificationPolicyID}} endpoint to retrieve the details of a single notification policy. The policy is specified with its ID.

RESPONSES

status: OK

{"_links":{"self":{"href":"https://api.pingone.eu/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/notificationsPolicies/9ac09c18-27d9-477f-a338-3438cea37601"},"environment":{"href":"https://api.pingone.eu/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"}},"id":"9ac09c18-27d9-477f-a338-3438cea37601","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"name":"Per-User - used/not used - Notification Policy","quotas":[{"type":"USER","deliveryMethods":["SMS","Voice"],"unclaimed":45,"claimed":35}],"updatedAt":"2022-05-15T09:42:50.786Z","createdAt":"2022-05-15T09:22:40.971Z","default":false}