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": "2023-11-07T05:31:56Z",
      "eventType": "company.associationChange",
      "id": "<string>",
      "objectTypeId": "<string>",
      "propertyName": "<string>",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ]
}

Supported products

Requires one of the following products or higher.
Marketing HubMarketing Hub -Free
Sales HubSales Hub -Free
Service HubService Hub -Free
Content HubContent Hub -Free
Data HubData Hub -Free

Authorizations

hapikey
string
query
required

Path Parameters

appId
integer<int32>
required

The ID of the app.

Response

successful operation

List of event subscriptions for your app

results
object[]
required

List of event subscriptions for your app

Last modified on December 16, 2025