---
title: "Update a webhook listener"
method: PUT
path: "/webhooks/{webhookId}"
tags: ["Webhooks"]
---

# Update a webhook listener

`PUT /webhooks/{webhookId}`

Updates a webhook listener for the shop.

## Path parameters

- `webhookId` string, required

## Request body

- object
  - `url` string — The URL where the webhook payload will be sent
  - `enabled` boolean — Whether the webhook is enabled or not
  - `actions` string[]

## Response `204`

Webhook listener updated

## Other responses

- `400` — Validation error
- `404` — Not Found

---

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