List Subscriptions
List all webhook subscriptions for your organization.
Returns all configured webhook endpoints, including their URLs, subscribed event types, and current status (enabled/disabled). Use this to audit your webhook configuration or find a specific subscription.
Authentication
x-api-keystring
API Key authentication via header
Response
List of webhook subscriptions
id
Unique identifier for this subscription (UUID format)
url
The URL where webhook events are delivered
created_at
When this subscription was created (ISO 8601 format, UTC)
updated_at
When this subscription was last updated (ISO 8601 format, UTC)
filter_types
Event types this subscription is filtered to receive. See EventType enum for all available types.
disabled
Whether this subscription is currently disabled. Disabled subscriptions do not receive event deliveries.
description
Optional human-readable description of this subscription
health_status
Health status of this subscription based on recent delivery attempts. Values: ‘healthy’ (all recent deliveries succeeded), ‘degraded’ (mix of successes and failures), ‘failing’ (consecutive failures beyond threshold), ‘unknown’ (no delivery data yet).
Allowed values:
Errors
422
Unprocessable Entity Error
429
Too Many Requests Error