# CoboWaas2.WebhookEndpoint

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**url** | **String** | The webhook endpoint URL. | 
**subscribed_events** | [**[WebhookEventType]**](WebhookEventType.md) | The event types subscribed by a webhook endpoint. | 
**created_timestamp** | **Number** | The time when the endpoint was registered, in Unix timestamp format, measured in seconds. | 
**endpoint_id** | **String** | The webhook endpoint ID. | [optional] 
**status** | [**WebhookEndpointStatus**](WebhookEndpointStatus.md) |  | 
**description** | **String** | The description of the webhook endpoint. | [optional] 


