v1

latestOpenAPI 3.0.1MIT2026-07-174154134.3 KB
Channel

Add a channel

post/v1/channels

Request body

namestring
botTokenstring
chatIdnumber
commandsboolean
alertsboolean
infoboolean
warningboolean
criticalboolean
errorboolean

Example request

{
  "name": "Test Channel",
  "type": {
    "id": "62656ebafdb17d641746dcda"
  },
  "botToken": "BOT_TOKEN"
}

Response

OK

statusnumber
resultstring

Example response

{
  "status": 200,
  "result": "62f0d2ebb7942db3608894f1"
}