Looking at the MSE REST API's "Notification Event APIs".
The documentation states: The Notification Event APIs allows an application to register for Push Notifications from the MSE.
But the it fails to clarify how the "Push Notifications" are sent -- I assume that with HTTP/HTTPS, that means "POST"?
Also, is there a way to insert HTTP header in such push notification? The purpose is to authenticate the MSE to the receiving end -- as we are not supposed to bindly accept notification events pushed to us.
Thank you for your insights and have a nice day.