---
title: "Activate/Deactivate Webhook"
method: POST
path: "/service/notifications/webhook/{webhook_uid}/activation"
---

# Activate/Deactivate Webhook

`POST /service/notifications/webhook/{webhook_uid}/activation`

## Path parameters

- `webhook_uid` string, required

## Headers

- `x-api-key` string

## Request body

- object
  - `type` string — ['ACTIVATE', 'DEACTIVATE']

## Response `200`

200

- object
  - `type` string
  - `message` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zuper/apis/zuper-pro-api.md) · [All operations](https://skmtc.net/zuper/apis/zuper-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuper/zuper-pro-api/revisions/c7b8028a05de/schema)
