FruxonDocs
ApiAlerttypes

Lists all available alert types with labels and descriptions.

GET
/v1/alert-types

Response Body

curl -X GET "https://api.fruxon.com/v1/alert-types"
[
  {
    "key": "string",
    "label": "string",
    "description": "string",
    "defaultEnabled": false
  }
]
Empty
Empty