Read more on how to utilize webhooks for your API integration.Documentation Index
Fetch the complete documentation index at: https://developer.qminder.com/llms.txt
Use this file to discover all available pages before exploring further.
Fields
Webhook endpoints have the following data fields:| Name | Type | Description |
|---|---|---|
| id | number | The unique ID of the webhook endpoint registration. |
| url | string | The URL that will receive webhook HTTP requests. |
| secret | string | The HMAC-SHA256 shared secret for webhook signature verification. Read more on how to secure webhooks with signature verification. |