Authorizations
API key passed in the X-API-Key header
Body
HTTPS endpoint to receive POSTs
List of subscribed event types
Optional HMAC key used to sign webhook requests
Scope of webhook subscription. Defaults to 'account' if not specified
sequence
, account
, team
, organization
Array of sequence IDs (when subscriptionLevel = 'sequence')
Array of team IDs (when subscriptionLevel = 'team')
Specific account ID (when subscriptionLevel = 'account')
Specific organization ID (when subscriptionLevel = 'organization')
Response
Webhook subscription created 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')