Enterprise feature.
Handle webhook challenge/verification requests from external services. GET requests are only supported for challenge verification (not tool execution).
Supported challenge patterns:
?hub.mode=subscribe&hub.challenge=... → echoes challenge as plain text?validationToken=... → echoes token as plain text?challenge=... → echoes challenge as plain textStatic API key authentication using Bearer token scheme.
Include your API key in the Authorization header: Authorization: Bearer YOUR_API_KEY
Alternatively, you can use the token query parameter to authenticate.
API keys can be generated in your superglue dashboard.
ID of the tool to verify webhook for
Challenge response echoed back to the requesting service
The response is of type string.