Zum Hauptinhalt springen
GET
/
webhooks
/
v3
/
{appId}
/
subscriptions
Event-Abonnements lesen
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"
    }
  ]
}

Unterstützte Produkte

Erfordert eines der folgenden Produkte oder höher.
Marketing HubMarketing Hub -Kostenlos
Sales HubSales Hub -Kostenlos
Service HubService Hub -Kostenlos
Content HubContent Hub -Kostenlos

Authorizations

hapikey
string
query
required

Path Parameters

appId
integer<int32>
required

Die ID der App.

Response

successful operation

List of event subscriptions for your app

results
object[]
required

Liste der Event-Abonnements für Ihre App

Last modified on December 10, 2025