Get Webhooks V3 App Id Subscriptions Subscription Id in Hubspot API
Input schema fieldsField Name | API Key | Type |
---|
Path Parameters | pathParameters | object | |
Subscription Id | pathParameters.subscriptionId | integer | |
App Id | pathParameters.appId | integer | |
Query | query | object | |
Headers | headers | object | |
Output schema fieldsField Name | API Key | Type | Description |
---|
Created At | createdAt | string | When this subscription was created. Formatted as milliseconds from the [Unix epoch](#). |
Property Name | propertyName | string | The internal name of the property being monitored for changes. Only applies when `eventType` is `propertyChange`. |
Active | active | boolean | Determines if the subscription is active or paused. |
Event Type | eventType | string | Type of event to listen for. Can be one of `create`, `delete`, `deletedForPrivacy`, or `propertyChange`. |
Id | id | string | The unique ID of the subscription. |