Requirements

A URL endpoint where we will POST the data. Displaying and distributing the data is the responsibility of the third party.

POST http://www.example.com/alerts

Corrections to alerts (fact correction, typo correction) is provided via a PUT request to an endpoint:

PUT http://www.example.com/alerts/:id

Deleting alerts, that were sent in error is done via a DELETE request to an endpoint:

DELETE http://www.example.com/alerts/:id

Format

The data is json encoded.

Response

Please respond with status 2xx