curl --location --request GET 'https://api.flashcat.cloud/api/n9e/notify-channel-config/' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2Nlc3NfdXVpZCI6IjdjMGM4YmQyLTExOTYtNDlmYS04YzY0LWE0NDE2ODQ4NTUzYSIsImF1dGhvcml6ZWQiOnRydWUsImV4cCI6MTc0OTg4ODQ4MCwidXNlcl9pZGVudGl0eSI6IjEtcm9vdCJ9._S1Isb29viOhHyVrjbwIUjPZnNQXewmb4zftVeqbFpA' \
--header 'X-User-Token: <api-key>'{
"dat": {
"id": 6,
"name": "FeiShu Notification",
"ident": "feishu_channel",
"description": "A channel for sending notifications via FeiShu",
"enable": false,
"param_config": {
"user_contact_key": "Phone",
"params": null
},
"request_type": "http",
"request_config": {
"http_request_config": {
"url": "https://open.feishu.cn/open-apis/bot/v2/hook/your-webhook-url",
"method": "POST",
"headers": {
"Content-Type": "application/json"
},
"proxy": "",
"timeout": 10,
"concurrency": 5,
"retry_times": 3,
"retry_interval": 5,
"tls": {
"enable": false,
"cert_file": "",
"key_file": "",
"ca_file": "",
"skip_verify": false
},
"request": {
"parameters": {
"feishu_robot_token": "your_feishu_token"
},
"form": "",
"body": "This is a FeiShu notification."
}
},
"smtp_request_config": {
"host": "",
"port": 0,
"username": "",
"password": "",
"from": "",
"insecure_skip_verify": false,
"batch": 0
},
"script_request_config": {
"script_type": "",
"timeout": 0,
"script": "",
"path": ""
}
},
"create_at": 1740551892,
"create_by": "root",
"update_at": 1740551892,
"update_by": "root"
},
"err": ""
}