---
title: "Update a webhook"
method: PUT
path: "/open-api/v1.0/webhooks/{webhookConfigurationId}"
tags: ["Webhooks"]
---

# Update a webhook

`PUT /open-api/v1.0/webhooks/{webhookConfigurationId}`

*Rate limit: 100 requests / 10 seconds per shop. See [Rate limiting](/guides/rate-limiting).*

Update a webhook

## Path parameters

- `webhookConfigurationId` string, required

## Request body

- ComFourthwallAppOpenapiEndpointOpenApiWebhookConfigurationEndpointWebhookConfigurationUpdateRequest
  - `url` string, required
  - `allowedTypes` string[], required

## Response `200`

OK

- ComFourthwallOpenapiModelWebhookConfigurationV1
  - `id` string, required
  - `url` string, required
  - `allowedTypes` string[], required
  - `apiVersion` 'V1', required

## Other responses

- `400` — Possible errors: `WEBHOOK_CONFIGURATION_NOT_UPDATABLE_OR_DELETABLE`, `WEBHOOK_URI_IP_NOT_ALLOWED`, `WEBHOOK_URI_PORT_NOT_ALLOWED`, `WEBHOOK_URI_UNALLOWED_DOMAIN`
- `404` — Possible errors: `WEBHOOK_CONFIGURATION_NOT_FOUND`
- `429` — Rate limited: 100 requests / 10 seconds per shop.

---

[API](https://skmtc.net/fourthwall/apis/fourthwall-apis-2.md) · [All operations](https://skmtc.net/fourthwall/apis/fourthwall-apis-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fourthwall/fourthwall-apis-2/versions/ef273312f051/schema)
