Skip to main content
GET
/
webhooks
/
v3
/
{appId}
/
subscriptions
Read event subscriptions
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"
    }
  ]
}

Supported products

Authorizations

hapikey
string
query
required

Path Parameters

appId
integer<int32>
required

The ID of the target app.

Response

successful operation

List of event subscriptions for your app

results
object[]
required

An array containing all active and paused event subscriptions configured for the app.

Last modified on March 30, 2026