Listing Notification Endpoints

Method Endpoint
GET <base-url>/api/data-pe/v1/rotation-notification?tenantId=abc123

Returns endpoints [...] containing a list of registered endpoints, or empty endpoints [] if none exist.

Example

{"endpoints": [ "http://example.org:80/foo/bar/baz/notification", 
"mailto:nobody@example.org" ] }