Read All Notification Policies
GET {{apiPath}}/environments/{{envID}}/notificationsPolicies
Use the GET {{apiPath}}/environments/{{envID}}/notificationsPolicies
endpoint to retrieve the details of all of the notification policies that have been defined for the environment.
RESPONSES
status: OK
{"_links":{"self":{"href":"https://api.pingone.eu/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/notificationsPolicies"}},"_embedded":{"notificationsPolicies":[{"_links":{"self":{"href":"https://api.pingone.eu/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/notificationsPolicies/162ff6b3-43d1-4cde-86ae-425d22048b2e"},"environment":{"href":"https://api.pingone.eu/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"}},"id":"162ff6b3-43d1-4cde-86ae-425d22048b2e","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"name":"Per-User Notification Policy","quotas":[{"type":"USER","deliveryMethods":["SMS","Voice"],"total":50}],"updatedAt":"2022-05-15T09:21:25.455Z","createdAt":"2022-05-15T09:21:25.459Z","default":false},{"_links":{"self":{"href":"https://api.pingone.eu/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/notificationsPolicies/3e53d25e-4c62-4f83-aa79-420641e7664e"},"environment":{"href":"https://api.pingone.eu/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"}},"id":"3e53d25e-4c62-4f83-aa79-420641e7664e","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"name":"Environment Level Notification Policy","quotas":[{"type":"ENVIRONMENT","deliveryMethods":["SMS","Voice"],"total":1000}],"updatedAt":"2022-05-15T09:47:05.629Z","createdAt":"2022-05-15T09:32:19.551Z","default":true},{"_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}]},"count":3,"size":3}