v1

latestOpenAPI 3.0.02026-07-133916139.4 KB
notification

List all notifications

get/notification

Response

Get all your workspace notification

idnumber required

The id of the notification

namestring required

The name of the notification

provider'discord' | 'email' | 'google-chat' | 'grafana-oncall' | 'ms-teams' | 'ntfy' | 'pagerduty' | 'opsgenie' | 'slack' | 'sms' | 'telegram' | 'webhook' | 'whatsapp' required

The provider of the notification

monitorsnumber[] nullable

The monitors that the notification is linked to

Example response

[
  {
    "id": 1,
    "name": "OpenStatus Discord",
    "provider": "discord",
    "monitors": [
      1,
      2
    ]
  }
]