mercury_get_webhook
Retrieve full details of a webhook endpoint by its ID, including URL, status, and subscribed events. Use when you have the webhook ID and need complete configuration.
Instructions
Retrieve a specific webhook endpoint by ID.
USE WHEN: fetching the full detail of one webhook (URL, current status, subscribed events) whose ID is already known.
DO NOT USE: to enumerate webhooks (use mercury_list_webhooks).
RETURNS: { id, url, status, events, ... }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| webhookId | Yes | The webhook endpoint ID |