PATCH
/
webhooks
/
v3
/
{appId}
/
subscriptions
/
{subscriptionId}
イベント配信登録を更新
curl --request PATCH \
  --url https://api.hubapi.com/webhooks/v3/{appId}/subscriptions/{subscriptionId} \
  --header 'Content-Type: application/json' \
  --data '{
  "active": true
}'
{
  "createdAt": "2023-11-07T05:31:56Z",
  "objectTypeId": "<string>",
  "propertyName": "<string>",
  "active": true,
  "eventType": "contact.propertyChange",
  "id": "<string>",
  "updatedAt": "2023-11-07T05:31:56Z"
}
サポートされる製品
次のいずれかの製品またはそれ以上が必要です。
Marketing HubMarketing HubProfessional
Sales HubSales HubProfessional
Service HubService HubProfessional
Content HubContent HubStarter

Authorizations

hapikey
string
query
required

Path Parameters

subscriptionId
integer
required

イベント配信登録のID。

appId
integer
required

アプリのID。

Body

application/json

Updated details for the subscription.

Response

200
application/json

successful operation

Complete details for an event subscription.