メインコンテンツへスキップ
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>
必須

Webhook設定が作成された日時(ISO 8601形式)。

targetUrl
string
必須

Webhookイベントが送信されるURL。文字列です。

throttling
object
必須
updatedAt
string<date-time>

Webhook設定が最後に更新された日時(ISO 8601形式)。

Last modified on April 13, 2026