Zum Hauptinhalt springen
GET
/
webhooks
/
v3
/
{appId}
/
settings
Read webhook settings
curl --request GET \
  --url 'https://api.hubapi.com/webhooks/v3/{appId}/settings?hapikey='
{
  "createdAt": "2020-01-24T16:27:59Z",
  "targetUrl": "https://www.example.com/hubspot/target",
  "throttling": {
    "maxConcurrentRequests": 10,
    "period": "SECONDLY"
  },
  "updatedAt": "2020-01-24T16:32:43Z"
}

Supported products

Autorisierungen

hapikey
string
query
erforderlich

Pfadparameter

appId
integer<int32>
erforderlich

The ID of the target app.

Antwort

successful operation

Webhook settings for an app.

createdAt
string<date-time>
erforderlich

When this subscription was created. Formatted as milliseconds from the Unix epoch.

targetUrl
string
erforderlich

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
object
erforderlich

Configuration details for webhook throttling.

updatedAt
string<date-time>

When this subscription was last updated. Formatted as milliseconds from the Unix epoch.

Last modified on April 9, 2026