v1

latestOpenAPI 3.0.02026-07-133916139.4 KB
notification

Get a notification

get/notification/{id}

Path parameters

idstring required

The id of the notification

Example:1

The id of the notification

Response

Get an Status page

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
  ]
}