---
title: "Update webhook configuration"
method: POST
path: "/webhooks/{id}/configuration"
tags: ["Webhooks"]
---

# Update webhook configuration

`POST /webhooks/{id}/configuration`

Update a webhook's configuration. This will replace the configuration details

## Path parameters

- `id` string, uuid, required

## Request body

- UpdateWebhookConfiguration — Command for updating a webhook's configuration
  - `displayName` string — Display name for the webhook
  - `url` string — URL where webhook events will be sent
  - `authorization` string — Authorization header value for webhooks
  - `contactEmail` string — Email address to notify when webhook delivery errors occur
  - `errorThreshold` integer — Number of times a webhook will be retried and consecutive errors will result in an email notification

## Response `200`

The request has succeeded.

- Webhook
  - `id` string, uuid
  - `url` string, required
  - `sharedSecret` SharedSecret, required
    - `header` string
    - `credential` string, required
  - `createdDate` string, date-time, required

## Other responses

- `400` — The request is missing required parameters or has invalid parameters
- `401` — Missing or invalid token
- `403` — User does not have permission to access this resource
- `500` — Server error

---

[API](https://skmtc.dev/pax8/apis/authentication.md) · [All operations](https://skmtc.dev/pax8/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pax8/authentication/revisions/4026bf405528/schema)
