curl --location --request GET 'https://api.flashcat.cloud/api/n9e/simplified-notify-channel-configs' \
--header 'X-User-Token: <api-key>'
{
"dat": [
{
"name": "FeiShu Notification",
"ident": "feishu_channel",
"param_config": {
"param_type": "user_info",
"user_info": {
"contact_key": "feishu_robot_token",
"batch": true
},
"flashduty": {},
"custom": {}
}
},
{
"name": "Email Notification",
"ident": "email_channel",
"param_config": {
"param_type": "user_info",
"user_info": {
"contact_key": "user_email@example.com"
},
"flashduty": {},
"custom": {}
}
}
],
"err": ""
}