A webhook endpoint.
Name | Type | Description |
---|---|---|
advertiser_owner_id | Nullable Integer | ID of the Advertiser entity that owns this Endpoint. Only set if the Owner is an Advertiser. |
affiliate_owner_id | Nullable Integer | ID of the Affiliate entity that owns this Endpoint. Only set if the Owner is an Affiliate. |
enabled | Nullable Boolean | Whether this Endpoint is currently configured to receive notifications. Default enabled. |
id | Integer | ID of Unique primary object of this Webhook Endpoint record This parameter is non-writable |
nickname | String | Human-readable name for this Endpoint; will be displayed in the UI |
owner_class | String | The type of entity that owns this EndpointShow Supported Values |
owner_sha1 | String | SHA1 hash of the combination of all the Owner fields |
url | String | Full URL of this Webhook. May include URL parameters. |
url_sha1 | String | SHA1 hash of the url |