Resolve Tool-Call Webhook Bindings (M2M)
This deployment's bundle's enabled tool-call webhook bindings, for local matching inside mcpbundler. Authenticated with a BundleAccessToken for the SAME bundle the bindings belong to - never a Keycloak JWT.
Authorization
BundleAccessToken AuthorizationBearer <token>
In: header
Response Body
application/json
curl -X GET "https://example.com/v1/bundler/tool-call-webhooks"{ "bindings": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "tool_name_patterns": [ "string" ], "arg_predicates": [ { "path": "string", "op": "eq", "value": "string" } ] } ]}