Channels
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
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.