list_webhooks
List all webhook subscriptions for the partner account.
WHEN TO USE:
Viewing all configured webhooks
Auditing webhook subscriptions
Finding a webhook to update or delete
RETURNS:
webhooks: Array of webhook objects with:
webhook_id: Unique identifier
url: Endpoint URL
events: Subscribed events
enabled: Whether webhook is active
created_at: Creation timestamp
last_delivery: Last successful delivery time
EXAMPLE: User: "Show me all my webhooks" list_webhooks({})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||