メインコンテンツへスキップ
GET
/
webhooks
/
v3
/
{appId}
/
subscriptions
イベント配信登録を読み取る
curl --request GET \
  --url 'https://api.hubapi.com/webhooks/v3/{appId}/subscriptions?hapikey='
{
  "results": [
    {
      "active": true,
      "createdAt": "2023-11-07T05:31:56Z",
      "eventType": "company.associationChange",
      "id": "<string>",
      "objectTypeId": "<string>",
      "propertyName": "<string>",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ]
}
サポートされる製品
次のいずれかの製品またはそれ以上が必要です。
Marketing HubMarketing HubProfessional
Sales HubSales HubProfessional
Service HubService HubProfessional
Content HubContent HubStarter

認証

hapikey
string
query
必須

パスパラメータ

appId
integer<int32>
必須

アプリのID。

レスポンス

successful operation

List of event subscriptions for your app

results
object[]
必須

アプリのイベント配信登録のリスト

Last modified on August 31, 2025