Get webhook security configuration
GET
/v1/admin/config/webhook-security
Returns the current server-level webhook security configuration including blocked CIDR ranges and allowed URL patterns.
Authorizations
AdminKeyAuth
Administrative API key with full system access
Type
API Key (header: X-Admin-API-Key)
Responses
Current webhook security config
application/json
JSON "blocked_cidr_ranges": [ [ "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16", "127.0.0.0/8", "169.254.0.0/16", "::1/128", "fc00::/7" ] ], "allowed_url_patterns": [ "string" ], "allow_http": false
{
}