v1
latestOpenAPI 3.0.02026-07-133916139.4 KBnotification
Create a notification
post/notification
Request body
Example request
{
"name": "OpenStatus Discord",
"provider": "discord",
"monitors": [
1,
2
]
}Response
Return the created notification
Example response
{
"id": 1,
"name": "OpenStatus Discord",
"provider": "discord",
"monitors": [
1,
2
]
}