A record of a subscriber's desire to receive notifications of a particular event class at a specific endpoint.
| Name | Type | Description |
|---|---|---|
| deliver_via_email | Nullable Boolean | Whether or not this is an email subscription |
| 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 |
| target_class | String | Origin of event triggering the notificationShow Supported Values |
| webhook_endpoint_id | Nullable Integer | ID of a webhook endpoint being subscribed to |