v1
latestOpenAPI 3.0.02026-08-065019221.4 KBChannels
Channels
Get a list of notification channels for the current user.
get/api/v1/user/channels/
Response
Successful response
Example response
{
"channels": [
{
"_id": "{{channelId}}",
"type": "webhook",
"webhookURL": "https://example.com/cgi-bin/urlscan",
"name": "Test webhook",
"description": "Webhook testing channel.",
"isActive": true,
"ignoreTime": false
}
]
}