Authorizations
API key passed in the X-API-Key header
Response
Webhook subscriptions retrieved successfully
Unique webhook subscription ID
HTTPS endpoint to receive POSTs
List of subscribed event types
Whether the subscription is currently active
ISO 8601 timestamp when created
ISO 8601 timestamp when last updated
Optional HMAC key used to sign webhook requests
Count of delivery attempts for this subscription
Scope of webhook subscription. Defaults to 'account' if not specified
sequence
, account
, team
, organization
Array of sequence IDs. If empty or null, applies to all sequences (when subscriptionLevel = 'sequence')
Array of team IDs. If empty or null, applies to all teams (when subscriptionLevel = 'team')
Specific account ID. If null, applies to current user's account (when subscriptionLevel = 'account')
Specific organization ID. If null, applies to current organization (when subscriptionLevel = 'organization')