---
title: "Webhook Notifications"
method: PUT
path: "/notifications/webhooks"
tags: ["Notifications"]
---

# Webhook Notifications

`PUT /notifications/webhooks`

This endpoint enables or disables webhook notifications for the project, and sets the topics and source to deliver them to.

## Request body

- object
  - `enabled` boolean, required — Enable or disable webhook notifications on the project
  - `topics` TopicsValue[], required — List of topics to send notifications for
  - `source_id` string, required — The Hookdeck Source to send the webhook to

## Response `200`

Toggle operation status response

- ToggleWebhookNotifications
  - `enabled` boolean, required
  - `topics` TopicsValue[], nullable
  - `source_id` string, required

---

[API](https://skmtc.dev/hookdeck/apis/hookdeck-admin-rest-api.md) · [All operations](https://skmtc.dev/hookdeck/apis/hookdeck-admin-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hookdeck/hookdeck-admin-rest-api/revisions/091808eac7fa/schema)
