---
title: "Update webhook status"
method: POST
path: "/webhooks/{id}/status"
tags: ["Webhooks"]
---

# Update webhook status

`POST /webhooks/{id}/status`

Update a webhook's active status

## Path parameters

- `id` string, uuid, required

## Request body

- UpdateWebhookStatus — Command for updating a webhook's status
  - `active` boolean, required — Whether the webhook should be active

## Response `200`

The request has succeeded.

- Webhook
  - `id` string, uuid
  - `url` string, required
  - `sharedSecret` SharedSecret, required
    - `header` string
    - `credential` string, required
  - `createdDate` string, date-time, required

## Other responses

- `400` — The request is missing required parameters or has invalid parameters
- `401` — Missing or invalid token
- `403` — User does not have permission to access this resource
- `500` — Server error

---

[API](https://skmtc.dev/pax8/apis/authentication.md) · [All operations](https://skmtc.dev/pax8/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pax8/authentication/revisions/4026bf405528/schema)
