---
title: "Update webhook settings"
method: PUT
path: "/webhooks/2026-03/{appId}/settings"
tags: ["Basic"]
---

# Update webhook settings

`PUT /webhooks/2026-03/{appId}/settings`

Update webhook settings for the specified app.

## Path parameters

- `appId` integer, required

## Request body

- WebhooksSettingsChangeRequest
  - `targetUrl` string, required — The URL to which webhook events will be sent. It is a string.
  - `throttling` WebhooksThrottlingSettings, required
    - `maxConcurrentRequests` integer, required — The maximum number of concurrent requests allowed. This is an integer value.

## Response `200`

successful operation

- WebhooksSettingsResponse
  - `createdAt` string, date-time, required — The date and time when the webhook settings were created, in ISO 8601 format.
  - `targetUrl` string, required — The URL to which the webhook events will be sent. It is a string.
  - `throttling` WebhooksThrottlingSettings, required
    - `maxConcurrentRequests` integer, required — The maximum number of concurrent requests allowed. This is an integer value.
  - `updatedAt` string, date-time — The date and time when the webhook settings were last updated, in ISO 8601 format.

## Other responses

- `default` — An error occurred.

## Changes

> 14 revisions in range; 1 not diffed, 2 could not be searched.

- **2026-04-08** `b0d8bc008db9` — 1 info
  - api operation id `put-/webhooks/2026-03/{appId}/settings_configure` removed and replaced with `put-/webhooks/2026-03/{appId}/settings`
- **2026-03-30** `dc2fdad57f7f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hubspot/apis/hubspot-api-specification/changes/webhooks/2026-03/:appId/settings/put.md)

---

[API](https://skmtc.dev/hubspot/apis/hubspot-api-specification.md) · [All operations](https://skmtc.dev/hubspot/apis/hubspot-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hubspot/hubspot-api-specification/revisions/f9c7181056c5/schema)
