QFind anything/
API Reference

Create a webhook

Creates a webhook configuration for the tenant and environment.

Parameters

url(string)required

Webhook endpoint URL.

secret(string)required

Webhook secret for HMAC signing.

enabled(boolean)

Whether the webhook is enabled. Default: true.

subscribedEvents(array)required

Event types (e.g. incoming-transaction.created, match.created).

retryPolicy(object)required

Retry policy.

headers(object)

Custom headers to include.

timeout(number)

Request timeout in ms. Default: 30000.