---
title: "Update Webhook"
method: PUT
path: "/webhooks/{id}"
tags: ["Webhooks"]
---

# Update Webhook

`PUT /webhooks/{id}`

updates an existing webhook

## Path parameters

- `id` string, required

## Headers

- `Accept-Language` 'es' | 'en'
- `X-Child-Company-Id` string

## Request body

- UpdateWebhook — an updated webhook
  - `url` string, url — Here you must place the URL of your Webhook remember that you must program what you will do with the events received. Also do not forget to handle the HTTPS protocol for greater security.
  - `subscribed_events` string[] — events that will be sent to the webhook
  - `active` boolean — whether the webhook is active or not

## Response `200`

successful operation

## Other responses

- `401` — authentication error
- `404` — not found entity
- `500` — internal server error

---

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