list_webhooks
List all webhook subscriptions created under your API key, including deactivated ones, showing IDs, target URLs, event types, dates, and flags. Use this to review and manage your webhook integrations.
Instructions
List webhook subscriptions owned by the authenticated API key. Returns every webhook subscription (active and deactivated) created under the authenticated API key: subscription id, target URL, subscribed event types, creation date, active flag, and the isReadOnly flag. Does NOT return the signing secret again (it's shown once, at creation, by POST /v1/webhooks) — regenerate by deleting and recreating the subscription if it's lost. Requires a valid X-Api-Key (401 without one).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||