Domain
Return a list of Channel Types enabled to PANIC.
get/v1/channel-types
Response
OK
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"
}
]
}