Manage Webhooks

Webhooks let your backend react to device connectivity, QES state changes, and other operational events.

List webhooks

GET/webhooks

Create or update a webhook

POST/webhooks/{topic}

Delete a webhook

DELETE/webhooks/{topic}

Inspect delivery logs

GET/webhooks/{topic}/logs

Guidance

Use idempotent handlers and record event IDs. Expect retries on temporary 5xx failures once retry policy is configured.