Handle webhook challenge verification
Webhooks
Handle webhook challenge verification
Enterprise feature.
Handle webhook challenge/verification requests from external services. GET requests are only supported for challenge verification (not tool execution).
Supported challenge patterns:
- Meta/Facebook/WhatsApp:
?hub.mode=subscribe&hub.challenge=...→ echoes challenge as plain text - Microsoft Graph:
?validationToken=...→ echoes token as plain text - Nylas/generic:
?challenge=...→ echoes challenge as plain text
GET
Handle webhook challenge verification
Authorizations
Static 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.
Path Parameters
ID of the tool to verify webhook for
Response
Challenge response echoed back to the requesting service
The response is of type string.