メインコンテンツへスキップ
GET
/
webhooks
/
2026-03
/
{appId}
/
settings
Webhook設定を読み取る
curl --request GET \
  --url https://api.hubapi.com/webhooks/2026-03/{appId}/settings \
  --header 'Authorization: Bearer <token>'
{
  "createdAt": "2023-11-07T05:31:56Z",
  "targetUrl": "<string>",
  "throttling": {
    "maxConcurrentRequests": 123
  },
  "updatedAt": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://developers.hubspot.jp/docs/llms.txt

Use this file to discover all available pages before exploring further.

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

createdAt
string<date-time>
必須

この配信登録が作成された日時。[Unixエポック](#)からのミリ秒数の形式になります。

targetUrl
string
必須

イベントペイロードが配信される、HubSpotがコールする公開URL。これらのイベントペイロードの形式の詳細については、link-so-some-doc [blocked]を参照してください。

throttling
object
必須
updatedAt
string<date-time>

この配信登録が最後に更新された日時。[Unixエポック](#)からのミリ秒数の形式になります。

Last modified on April 13, 2026