API Reference‎ > ‎Alert‎ > ‎

Types

REST API Method: Types

Returns list of available alert types.

 

URL:

https://api.mailmonitorapp.com/mma/alert/types


HTTP Method(s):

GET



Response

JSON alert objects.  Each alert object has the following fields:

  • type: available alert type

          JSON example response:


[ { "type":"email" }, { "type":"sms" } ]
Comments