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

---

[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)
