GET
/
webhooks
/
v3
/
{appId}
/
subscriptions
Event-Abonnements lesen
curl --request GET \
  --url https://api.hubapi.com/webhooks/v3/{appId}/subscriptions
{
  "results": [
    {
      "createdAt": "2023-11-07T05:31:56Z",
      "objectTypeId": "<string>",
      "propertyName": "<string>",
      "active": true,
      "eventType": "contact.propertyChange",
      "id": "<string>",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ]
}
Unterstützte Produkte
Erfordert eines der folgenden Produkte oder höher.
Marketing HubMarketing HubProfessional
Sales HubSales HubProfessional
Service HubService HubProfessional
Content HubContent HubStarter

Authorizations

hapikey
string
query
required

Path Parameters

appId
integer
required

Die ID der App.

Response

200
application/json

successful operation

List of event subscriptions for your app