---
title: "Update a webhook"
method: PUT
path: "/v2/email-service/webhook/{id}"
tags: ["Webhooks"]
---

# Update a webhook

`PUT /v2/email-service/webhook/{id}`

Update the URL for an existing webhook.

## Request body

- WebhookUpdateRequest
  - `url` string, required

## Response `200`

Webhook updated

- object
  - `success` boolean
  - `data` boolean[]

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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