list_webhooks
List all webhook subscriptions with IDs, target URLs, and events to find a webhook ID for deletion or verify event coverage before creating a webhook, preventing duplicate subscriptions.
Instructions
List all webhook subscriptions on the account: each subscription's id, target URL, and subscribed events. Takes no parameters. Use to find a webhookId before delete_webhook, or to check whether an event is already covered before calling create_webhook (avoids duplicate subscriptions).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||