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

# Read webhook settings

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

Retrieve the webhook settings for the specified app, including the webhook’s target URL, throttle configuration, and create/update date.

## Path parameters

- `appId` integer, required

## 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 `get-/webhooks/2026-03/{appId}/settings_getAll` removed and replaced with `get-/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/get.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)
