cURL
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" } ] }
Retrieve event subscriptions for the specified app.
Supported products
The ID of the app.
successful operation
List of event subscriptions for your app
Show child attributes
Was this page helpful?