メインコンテンツへスキップ
GET
/
webhooks
/
v3
/
{appId}
/
settings
Webhook設定を読み取る
curl --request GET \
  --url https://api.hubapi.com/webhooks/v3/{appId}/settings \
  --header 'Authorization: Bearer <token>'
{
  "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

承認

Authorization
string
header
必須

The access token received from the authorization server in the OAuth 2.0 flow.

パスパラメータ

appId
integer<int32>
必須

ターゲットアプリのID。

レスポンス

successful operation

Webhook settings for an app.

createdAt
string<date-time>
必須

日付-時刻文字列として書式設定される、この配信登録が作成された日時。

targetUrl
string
必須

イベントペイロードが配信される、コールするHubSpotの一般公開されているURL。

throttling
object
必須

Configuration details for webhook throttling.

updatedAt
string<date-time>

日付-時刻文字列として書式設定される、この配信登録が最後に更新された日時。

最終更新日 2026年4月13日