list_webhooks
List all webhook subscriptions for your API key to view their status, target URL, subscribed events, and creation date. Helps manage and audit webhook endpoints.
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 | |||