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

# Update webhook

`PUT /webhooks/{webhook_id}`

Update webhooks for the specified webhook id. Requires Bearer JWT authentication.

## Path parameters

- `webhook_id` integer, required

## Request body

- object
  - `url` string — Webhook URL
  - `events` unknown[] — Events to listen for
    - unknown

## Response `200`

Successful response

- object
  - `success` boolean — Indicates if the request was successful
  - `data` object — Updated webhook information

---

[API](https://skmtc.net/envia/apis/envia-shipping-api-complete-documentation.md) · [All operations](https://skmtc.net/envia/apis/envia-shipping-api-complete-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/envia/envia-shipping-api-complete-documentation/revisions/39f9208959d6/schema)
