Skip to main content
GET
Reads one webhook subscription. The most common use is health-checking: if your endpoint has stopped receiving events, read the subscription and check status — a DISABLED webhook receives no deliveries, and disabledReason explains why (typically repeated delivery failures; see the delivery lifecycle). The signing secret is never returned — it is shown only once at creation. If it is lost, delete the subscription and create a new one. Webhooks belonging to another account return 404. Requirements: webhooks:manage scope + the public_api_webhooks feature.

Request

webhookId
string
required
The webhook subscription ID.

Response

webhook
object

Errors