The WebhookConfiguration object
Attributes
id(string)required
Unique identifier.
tenantId(string)required
Tenant ID.
environment(enum)required
Environment.
url(string)required
Webhook endpoint URL.
enabled(boolean)
Whether the webhook is active.
subscribedEvents(array)required
Event types to receive (e.g. incoming-transaction.created, match.created).
retryPolicy(object)required
Retry configuration (maxAttempts, backoffStrategy, backoffIntervals).
timeout(number)
Request timeout in milliseconds.
createdAt(string)
ISO 8601 timestamp when created.
updatedAt(string)
ISO 8601 timestamp when last updated.