Get webhooks 1
Authorizations
JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer
Path Parameters
Unique webhook identifier
^[0-9a-z]+$Response
OK
Webhook subscription resource
Unique identifier for the webhook
^[0-9a-z]+$Organization that owns this webhook
^[0-9a-z]+$HTTPS endpoint URL receiving webhook payloads
Event types this webhook is subscribed to
Event name or glob pattern. Examples: 'email.received', 'email.', 'call.ended', ''.
1 - 100^[a-z0-9*]+(\.[a-z0-9*]+)*$Whether the webhook is currently active
Human-readable label for this webhook
Number of consecutive delivery failures across all events
x >= 0Reason the webhook was auto-disabled, null if manually disabled or active
ISO 8601 timestamp when the webhook was auto-disabled
ISO 8601 timestamp when the webhook was created
ISO 8601 timestamp when the webhook was last modified
Auth scheme the platform presents to your endpoint (never includes the secret)
NONE, BEARER, BASIC, CUSTOM_HEADER Header name for CUSTOM_HEADER auth; null for other schemes
Per-endpoint delivery rate cap in requests/minute; null = unlimited
Per-webhook max delivery attempts; null = platform default (3)
