Probatix Documentation
Probatix Webhooks v1

Webhook headers

Headers included with every Probatix webhook delivery.

Webhook headers

Every Probatix webhook delivery includes the following headers.

HeaderDescription
X-Probatix-TopicThe event type. Its value identifies the delivered event and is shown on the relevant webhook page.
X-Probatix-Webhook-VersionThe webhook contract version. Current value: v1.
X-Probatix-Webhook-Occurred-AtThe time the event occurred, formatted as an ISO 8601 date-time.
X-Probatix-Webhook-IdA unique UUID delivery identifier for deduplication.
X-Probatix-Hmac-SHA256A Base64-encoded HMAC-SHA256 signature of the raw request body. Verify it with your webhook signing secret before processing the payload.

On this page