v1

latestOpenAPI 3.0.1MIT2026-07-174154134.3 KB
Domain

Return a list of Channel Types enabled to PANIC.

get/v1/channel-types

Response

OK

statusinteger

Example response

{
  "status": 200,
  "result": [
    {
      "id": "62656ebafdb17d641746dcda",
      "status": true,
      "created": "2022-04-01T00:00:00.000Z",
      "modified": "2022-04-01T00:00:00.000Z",
      "name": "Slack",
      "value": "slack_bot"
    }
  ]
}