List webhook subscriptions
GET /api/v1/integrations/webhooks
GET
/api/v1/integrations/webhooks
Lists all active webhook subscriptions for the tenant. Signing secrets are masked (only last 4 characters shown).
Authorizations
Parameters
Query Parameters
Responses
200
Successful Response
Array<object>
Response body for a webhook subscription.
Attributes: id: Subscription UUID. platform: Integration platform. webhook_url: The webhook URL. signing_secret: HMAC signing secret (full on create, masked on read). event_filters: Active event filters. is_active: Whether the subscription is active. failure_count: Consecutive delivery failures. created_at: When the subscription was created.
object
created_at
required
string
event_filters
required
Array<string>
failure_count
required
integer
id
required
string
is_active
required
boolean
platform
required
string
signing_secret
required
string
webhook_url
required
string
422
Validation Error
object
detail
Array<object>
object
ctx
object
input
loc
required
Array
msg
required
string
type
required
string