A record of a subscriber's desire to receive notifications of a particular event class at a specific endpoint.
| Name | Type | Description |
|---|---|---|
| advertiser_subscriber_id | Nullable Integer | ID of the advertiser subscriber entity receiving the notification. Only set if the subscriber is an advertiser. |
| affiliate_subscriber_id | Nullable Integer | ID of the affiliate subscriber entity receiving the notification. Only set if the subscriber is an affiliate. |
| deliver_via_email | Nullable Boolean | Whether or not this is an email subscription |
| employee_subscriber_id | Nullable Integer | ID of the employee subscriber entity receiving the notification. Only set if the subscriber is a network employee. |
| endpoint_sha1 | String | SHA1 hash of the combination of all endpoint fields |
| event_class | String | Event triggering the notificationShow Supported Values |
| id | Integer | ID of unique primary object of this subscription record This parameter is non-writable |
| subscriber_class | String | The type of subscriber receiving the notificationShow Supported Values |
| subscriber_sha1 | String | SHA1 hash of the combination of all subscriber fields |
| target_class | String | Origin of event triggering the notificationShow Supported Values |
| webhook_endpoint_id | Nullable Integer | ID of a webhook endpoint being subscribed to |