Webhooks
List Webhooks (GET /api/webhook-subscriptions)
List your webhook subscriptions and their health.
GET
List Webhook Subscriptions
Overview
Returns your subscriptions, includingisActive and failureCount so you can spot a subscription that has been auto-deactivated after repeated delivery failures. The signing secret is never returned - it is shown only once at creation.
Authenticate with your API key - the same
Authorization: Bearer YOUR_API_KEY you use for the rest of the API. You can also manage webhooks from your dashboard.Authorizations
API key authentication using Bearer token
Response
Subscriptions
List Webhook Subscriptions

