Webhooks overview

API reference for webhooks

Introduction to webhooks

A webhook is an HTTP request used to provide push notifications. Deck sends webhooks to programmatically inform you about changes to Deck connections or the status of asynchronous processes. For example, Deck will send a webhook when a connection is in an error state or has additional data available.

To receive Deck webhooks, set up a dedicated endpoint on your server as a webhook listener that can receive POST requests, then provide this endpoint URL to Deck as described in the next section.