QFind anything/
API Reference

Webhooks

Webhook configurations receive event notifications when matches, incoming transactions, or other events occur. Create, list, update, delete webhooks, send test deliveries, and list delivery history.

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.