---
title: "Update webhook endpoint"
method: PUT
path: "/v2/webhook-endpoints/{endpointId}"
tags: ["Webhook Endpoints"]
---

# Update webhook endpoint

`PUT /v2/webhook-endpoints/{endpointId}`

Update webhook endpoint information.
You can change the URL, name, description, active status, etc.
Free API - does not count towards usage quota.

## Path parameters

- `endpointId` string, required

## Request body

- UpdateWebhookEndpointRequest
  - `name` string
  - `url` string
  - `description` string
  - `isActive` boolean

## Response `200`

Endpoint updated successfully

- UpdateWebhookEndpointResponse
  - `success` boolean, required
  - `data` object
    - `endpointId` string, required
    - `name` string, required
    - `url` string, required
    - `description` string
    - `isActive` boolean, required
    - `updatedAt` string, required
  - `error` object
    - `code` string, required
    - `message` string, required

## Other responses

- `401` — Authentication failed
- `404` — endpointId not found

---

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