---
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.

---

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