top of page

Webhook events and payloads

About webhook events and payloads

You can create webhooks that subscribe to registration events. 

Delivery headers

HTTP POST payloads that are delivered to your webhook's configured URL endpoint will contain several special headers:

  • X-DQC-Hook-ID: The unique identifier of the webhook.

  • X-DQC-Event: The name of the event that triggered the delivery.

> POST /payload HTTP

> X-DQC-Hook-ID: 72d3162e-cc78-11e3-81ab-4c9367dc0958

> X-DQC-Hook-ID: 76afdac0-ba19-4858-b199-0cfdb6bfd523

> User-Agent: DQC-Hook/011bbcc

> Content-Type: application/json

> {

> "action": "registered",

> "address": "johannes.boyne@dqc.ai"

> }

Registering a webhook

Please reach out to your DQC support person.

bottom of page