get_webhook
Fetch a webhook's complete configuration by ID, including authentication, signing key, and subscriptions.
Instructions
Fetch one webhook by ID with full body (auth, signing key, subscriptions). For delivery history, use list_webhook_invocations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Webhook ID | |
| instance | No | Override the sticky instance for this call |