Skip to main content
GET
/
hooks
/
{toolId}
Handle webhook challenge verification
curl --request GET \
  --url https://api.superglue.ai/v1/hooks/{toolId} \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

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

toolId
string
required

ID of the tool to verify webhook for

Response

Challenge response echoed back to the requesting service

The response is of type string.