API
NoMore404.com offers two ways to connect our system with yours.
HTTP GET and HTTP POST
When an outage is detected we send out an e-mail or Text message. NoMore404 can also send an HTTP request to your (Web-)server to trigger other things like post a message on Twitter or let the alarms go off. Both POST and GET methods are supported.
Parameters
- id
- Monitor ID. Unique identifier.
- data
- The URL or server name of the monitor.
- type
- This can be any of the following types:
- offline
- unreachable
- blacklisted
- event
- This can be either:
- START
- END
Example call
GET:
http://myserver.local/test.script?id=1234&data=http%3A%2F%2Fnomore404.com%2F&type=offline&event=END
POST:
http://myserver.local/test.script
With POST data: id=1234&data=http%3A%2F%2Fnomore404.com%2F&type=offline&event=END