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

# Read webhook settings

`GET /webhooks/v3/{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

- SettingsResponse — Webhook settings for an app.
  - `createdAt` string, date-time, required — When this subscription was created. Formatted as milliseconds from the [Unix epoch](#).
  - `targetUrl` string, required — A publicly available URL for Hubspot to call where event payloads will be delivered. See [link-so-some-doc](#) for details about the format of these event payloads.
  - `throttling` ThrottlingSettings, required — Configuration details for webhook throttling.
    - `maxConcurrentRequests` integer, required — The maximum number of HTTP requests HubSpot will attempt to make to your app in a given time frame determined by `period`.
  - `updatedAt` string, date-time — When this subscription was last updated. Formatted as milliseconds from the [Unix epoch](#).

## Other responses

- `default` — An error occurred.

## Changes

- **2026-04-12** (v3) `a3ae7c22ab5a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hubspot/apis/webhooks-webhooks/changes/webhooks/v3/:appId/settings/get.md)

---

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