Smithery
webhook_endpoints.get
Retrieves a single webhook endpoint. Secret values are redacted. Use GET /webhook_endpoints/schema to discover field definitions.
Remote smithery/composio
Other tools also called webhook_endpoints.get?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"nano_id": {
"type": "string",
"description": "Webhook endpoint nano ID (e.g., we_abc123)"
}
}
}