---
title: "Update Webhook Configuration"
method: PUT
path: "/api/v1/public/webhooks/configuration"
tags: ["public", "Connected actions"]
---

# Update Webhook Configuration

`PUT /api/v1/public/webhooks/configuration`

Update the workspace webhook destination and custom headers without returning stored secrets.

## Headers

- `Idempotency-Key` string, required

## Request body

- PublicWebhookUpdateRequest
  - `webhookUrl` string, nullable
  - `headers` object, nullable

## Response `200`

Successful Response

- PublicWebhookConfiguration
  - `configured` boolean, required
  - `destinationHost` string, nullable
  - `headerNames` string[]
  - `appUrl` string
  - `docsUrl` string

## Other responses

- `422` — Validation Error

---

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