curl --location --request GET 'https://api.flashcat.cloud/api/n9e/webhooks' \
--header 'X-User-Token: <api-key>'
{
"dat": [
{
"type": 0,
"enable": true,
"url": "http://192.168.21.199:19000/service/callback",
"basic_auth_user": "root",
"basic_auth_pass": "root.2020",
"timeout": 5,
"headers": {
"svr": "callback"
},
"headers_str": [
"svr",
"callback"
],
"skip_verify": true,
"note": "通知回调",
"retry_count": 0,
"retry_interval": 0,
"batch": 0
}
],
"err": ""
}