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": "2019-10-30T03:30:17.883Z",
      "eventType": "contact.propertyChange",
      "id": "12",
      "propertyName": "email",
      "updatedAt": "2019-11-30T03:30:17.883Z"
    },
    {
      "active": true,
      "createdAt": "2019-10-30T03:30:17.883Z",
      "eventType": "deal.creation",
      "id": "13",
      "updatedAt": "2019-11-30T03:30:17.883Z"
    }
  ]
}

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

Autorisierungen

hapikey
string
query
erforderlich

Pfadparameter

appId
integer<int32>
erforderlich

Die ID der Ziel-App.

Antwort

successful operation

List of event subscriptions for your app

results
object[]
erforderlich

Ein Array, das alle aktiven und pausierten Event-Abonnements enthält, die für die App konfiguriert sind.

Last modified on March 24, 2026