Collect events
https://api.alert.alertinghub.co.uk/api/json/collectevents
For all notification systems it is critical that, from the point a message is sent out, you can monitor the delivery status of each message to every designated recipient. With Alerting Hub this data can be gleaned in two ways – collection or callback driven.
If your API key is setup for collection (also know as polled) or you have specified a particular alert to use the “poll” method of notification then this API will return pending results or events to you.
Json sample
{ "version": "latest", "apiKey": "abcdefghijklmnopqrstuvwxyz", "alertId": "all", "options": { "maximumItemsToReturn": 50 } }