Zoom API MCP Server

get_webhook

Retrieve webhook details by ID using the Zoom API MCP Server. Facilitates structured access to webhook information with OAuth 2.0 authentication and input validation.

Input Schema

NameRequiredDescriptionDefault
webhook_idYesThe webhook ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "webhook_id": { "description": "The webhook ID", "type": "string" } }, "required": [ "webhook_id" ], "type": "object" }
ID: h6x0sr1f0c