curl --location --request GET 'https://api.flashcat.cloud/api/n9e/event-notify-records/1' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2Nlc3NfdXVpZCI6IjdjMGM4YmQyLTExOTYtNDlmYS04YzY0LWE0NDE2ODQ4NTUzYSIsImF1dGhvcml6ZWQiOnRydWUsImV4cCI6MTc0OTg4ODQ4MCwidXNlcl9pZGVudGl0eSI6IjEtcm9vdCJ9._S1Isb29viOhHyVrjbwIUjPZnNQXewmb4zftVeqbFpA' \
--header 'X-User-Token: <api-key>'{
"dat": {
"sub_rules": [
{
"sub_id": 1,
"notifies": {
"dingtalk": [
{
"target": "https://oapi.dingtalk.com/robot/send?access_token=abc123",
"username": "test",
"status": 1,
"detail": "{\"errcode\":300005,\"errmsg\":\"token is not exist\"}"
},
{
"target": "https://oapi.dingtalk.com/robot/send?access_token=abc1234",
"username": "root",
"status": 1,
"detail": "{\"errcode\":0,\"errmsg\":\"ok\"}"
}
],
"feishu": [
{
"target": "https://open.feishu.cn/open-apis/bot/v2/hook/abc123",
"username": "root",
"status": 1,
"detail": "{\"StatusCode\":0,\"StatusMessage\":\"success\",\"code\":0,\"data\":{},\"msg\":\"success\"}"
}
],
"feishucard": [
{
"target": "https://open.feishu.cn/open-apis/bot/v2/hook/abc123",
"username": "root",
"status": 1,
"detail": "{\"StatusCode\":0,\"StatusMessage\":\"success\",\"code\":0,\"data\":{},\"msg\":\"success\"}"
}
],
"wecom": [
{
"target": "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=abc123",
"username": "root",
"status": 1,
"detail": "{\"errcode\":0,\"errmsg\":\"ok\"}"
}
]
}
}
],
"notifies": {
"callback": [
{
"target": "https://oapi.dingtalk.com/robot/send?access_token=abc1234",
"username": "root",
"status": 1,
"detail": "{\"errcode\":0,\"errmsg\":\"ok\"}"
}
],
"dingtalk": [
{
"target": "https://oapi.dingtalk.com/robot/send?access_token=abc1234",
"username": "root",
"status": 1,
"detail": "{\"errcode\":0,\"errmsg\":\"ok\"}"
},
{
"target": "https://oapi.dingtalk.com/robot/send?access_token=abc123",
"username": "test",
"status": 1,
"detail": "{\"errcode\":300005,\"errmsg\":\"token is not exist\"}"
}
],
"feishu": [
{
"target": "https://open.feishu.cn/open-apis/bot/v2/hook/abc123",
"username": "root",
"status": 1,
"detail": "{\"StatusCode\":0,\"StatusMessage\":\"success\",\"code\":0,\"data\":{},\"msg\":\"success\"}"
}
],
"feishucard": [
{
"target": "https://open.feishu.cn/open-apis/bot/v2/hook/abc123",
"username": "root",
"status": 1,
"detail": "{\"StatusCode\":0,\"StatusMessage\":\"success\",\"code\":0,\"data\":{},\"msg\":\"success\"}"
}
],
"wecom": [
{
"target": "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=abc123",
"username": "root",
"status": 1,
"detail": "{\"errcode\":0,\"errmsg\":\"ok\"}"
}
]
}
},
"err": ""
}